diff options
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 3cea6ba..04640d2 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -264,7 +264,7 @@ usb_print_child(device_t parent, device_t child) */ int -usb_driver_load(module_t mod, modeventtype_t what, void *arg) +usb_driver_load(module_t mod, int what, void *arg) { /* subroutine is there but inactive at the moment * the reconfiguration process has not been thought through yet. |