summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst/pst-iop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pst/pst-iop.c')
-rw-r--r--sys/dev/pst/pst-iop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c
index 1b017fd..d4e83f0 100644
--- a/sys/dev/pst/pst-iop.c
+++ b/sys/dev/pst/pst-iop.c
@@ -159,7 +159,7 @@ iop_attach(void *arg)
/* setup and enable interrupts */
bus_setup_intr(sc->dev, sc->r_irq, INTR_TYPE_BIO|INTR_ENTROPY|INTR_MPSAFE,
- iop_intr, sc, &sc->handle);
+ NULL, iop_intr, sc, &sc->handle);
sc->reg->oqueue_intr_mask = 0x0;
}
OpenPOWER on IntegriCloud