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 612af1a0b9c749e1f397773b2bf90bc2cb1557c0)
@@ -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.
