Index: uspace/lib/usbdev/include/usb/dev/hub.h
===================================================================
--- uspace/lib/usbdev/include/usb/dev/hub.h	(revision 013517b0cc26d6f9fba3a17eb1e11802c8c00986)
+++ uspace/lib/usbdev/include/usb/dev/hub.h	(revision fb4223125c21ea94d51e457ff45fa01295d20a6c)
@@ -43,6 +43,6 @@
 
 int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *, usb_speed_t,
-    int (*)(int, void *), int, void *,
-    usb_address_t *, ddf_dev_ops_t *, void *, ddf_fun_t **);
+    int (*)(void *), void *, usb_address_t *, ddf_dev_ops_t *, void *,
+    ddf_fun_t **);
 
 /** Info about device attached to host controller.
