summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_os.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bktr/bktr_os.c')
-rw-r--r--sys/dev/bktr/bktr_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c
index e51cdf9..9ce258c 100644
--- a/sys/dev/bktr/bktr_os.c
+++ b/sys/dev/bktr/bktr_os.c
@@ -384,7 +384,7 @@ bktr_attach( device_t dev )
}
error = bus_setup_intr(dev, bktr->res_irq, INTR_TYPE_TTY,
- bktr_intr, bktr, &bktr->res_ih);
+ NULL, bktr_intr, bktr, &bktr->res_ih);
if (error) {
device_printf(dev, "could not setup irq\n");
goto fail;
OpenPOWER on IntegriCloud