summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbsh/if_sbsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbsh/if_sbsh.c')
-rw-r--r--sys/dev/sbsh/if_sbsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sbsh/if_sbsh.c b/sys/dev/sbsh/if_sbsh.c
index c23f889..3c515f5 100644
--- a/sys/dev/sbsh/if_sbsh.c
+++ b/sys/dev/sbsh/if_sbsh.c
@@ -256,7 +256,7 @@ sbsh_attach(device_t dev)
init_card(sc);
error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET,
- sbsh_intr, sc, &sc->intr_hand);
+ NULL, sbsh_intr, sc, &sc->intr_hand);
if (error) {
bus_release_resource(dev, SYS_RES_IRQ, 0, sc->irq_res);
bus_release_resource(dev, SYS_RES_MEMORY,
OpenPOWER on IntegriCloud