Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 10cd715240ae1db3090d2fb49f7185790adc313a)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision bd05140d932d234ee044e634a47ef576a2dce904)
@@ -52,5 +52,4 @@
 typedef void (*interrupt_hook_t)(hcd_t *, uint32_t);
 typedef int (*status_hook_t)(hcd_t *, uint32_t *);
-typedef int (*address_device_hook_t)(hcd_t *, usb_speed_t, usb_tt_address_t, usb_address_t *);
 
 typedef struct {
@@ -61,6 +60,4 @@
 	/** Periodic polling hook */
 	status_hook_t status_hook;
-	/** Hook to setup device address */
-	address_device_hook_t address_device;
 } hcd_ops_t;
 
