summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcf/pcf_ebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pcf/pcf_ebus.c')
-rw-r--r--sys/dev/pcf/pcf_ebus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c
index 46511a0..14deff8 100644
--- a/sys/dev/pcf/pcf_ebus.c
+++ b/sys/dev/pcf/pcf_ebus.c
@@ -194,7 +194,7 @@ pcf_ebus_attach(device_t dev)
if (sc->res_irq) {
rv = bus_setup_intr(dev, sc->res_irq,
- INTR_TYPE_NET /* | INTR_ENTROPY */, pcf_intr, sc,
+ INTR_TYPE_NET /* | INTR_ENTROPY */, NULL, pcf_intr, sc,
&sc->intr_cookie);
if (rv) {
device_printf(dev, "could not setup IRQ\n");
OpenPOWER on IntegriCloud