summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r--sys/dev/usb/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index 0874ff5ae3c3..6320801feafc 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -254,7 +254,7 @@ USB_ATTACH(usb)
USB_ATTACH_ERROR_RETURN;
}
#else
- callout_init(&sc->sc_bus->softi);
+ usb_callout_init(sc->sc_bus->softi);
#endif
#endif