Index: uspace/drv/bus/usb/ohci/ohci.c
===================================================================
--- uspace/drv/bus/usb/ohci/ohci.c	(revision 0ef03d728764e7bd7a88146ca3db68518857ba1c)
+++ uspace/drv/bus/usb/ohci/ohci.c	(revision 1e2af6a96f1bf786abc14e0eba77d0d7e9044b68)
@@ -159,5 +159,5 @@
 
 	/* HC should be running OK. We can add root hub */
-	ret = hcd_ddf_setup_hub(dev_to_hcd(device), &hc_impl->rh.address, device);
+	ret = hcd_ddf_setup_hub(device, &hc_impl->rh.address);
 	CHECK_RET_CLEAN_RETURN(ret,
 	    "Failed to register OHCI root hub: %s.\n", str_error(ret));
