Index: uspace/drv/bus/usb/ohci/ohci_bus.c
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_bus.c	(revision a5b3de686cf45ac7977c1c28f81da0a17ff37df8)
+++ uspace/drv/bus/usb/ohci/ohci_bus.c	(revision 40a3bfaf4a4c874663c6221fda926b56ea78293e)
@@ -115,10 +115,10 @@
 
 
-static int ohci_register_ep(bus_t *bus_base, endpoint_t *ep, const usb_endpoint_desc_t *desc)
+static int ohci_register_ep(bus_t *bus_base, device_t *dev, endpoint_t *ep, const usb_endpoint_desc_t *desc)
 {
 	ohci_bus_t *bus = (ohci_bus_t *) bus_base;
 	ohci_endpoint_t *ohci_ep = ohci_endpoint_get(ep);
 
-	const int err = bus->parent_ops.register_endpoint(bus_base, ep, desc);
+	const int err = bus->parent_ops.register_endpoint(bus_base, dev, ep, desc);
 	if (err)
 		return err;
