Index: uspace/drv/ohci/iface.c
===================================================================
--- uspace/drv/ohci/iface.c	(revision fc9f88d9f0d41777b52d2f7694a032f3b6eccac0)
+++ uspace/drv/ohci/iface.c	(revision 92d6868acefb75faf04356ff5afea6f519df39c9)
@@ -163,6 +163,5 @@
 	    usb_str_speed(speed), direction, size, max_packet_size, interval);
 	// TODO use real endpoint here!
-	return usb_endpoint_manager_register_ep(&hc->ep_manager,
-	    address, endpoint, direction, NULL, 0);
+	return usb_endpoint_manager_register_ep(&hc->ep_manager,NULL, 0);
 }
 /*----------------------------------------------------------------------------*/
