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