Index: uspace/drv/bus/usb/usbmid/usbmid.c
===================================================================
--- uspace/drv/bus/usb/usbmid/usbmid.c	(revision 38e68ab30fdc6d101f408c31e7db3072467d6ed6)
+++ uspace/drv/bus/usb/usbmid/usbmid.c	(revision d8e698e7e26ad9f944a131ff1ed085ca455f6086)
@@ -45,11 +45,4 @@
 
 /** Callback for DDF USB interface. */
-static int usb_iface_get_address_impl(ddf_fun_t *fun, devman_handle_t handle,
-    usb_address_t *address)
-{
-	return usb_iface_get_address_hub_impl(fun, handle, address);
-}
-
-/** Callback for DDF USB interface. */
 static int usb_iface_get_interface_impl(ddf_fun_t *fun, devman_handle_t handle,
     int *iface_no)
@@ -70,5 +63,5 @@
 static usb_iface_t child_usb_iface = {
 	.get_hc_handle = usb_iface_get_hc_handle_hub_child_impl,
-	.get_address = usb_iface_get_address_impl,
+	.get_address = usb_iface_get_address_hub_impl,
 	.get_interface = usb_iface_get_interface_impl
 };
