Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 3c4663e8344ef57e1b14b204ec3ea24317e51e60)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 9e2132ab753037f2efee552bfdbd219511065e77)
@@ -87,16 +87,5 @@
     usbhc_iface_transfer_out_callback_t out, void *arg, const char* name);
 
-/** Data retrieve wrapper.
- * @param fun ddf function, non-null.
- * @return pointer cast to hcd_t*.
- */
-static inline hcd_t *fun_to_hcd(ddf_fun_t *fun)
-{
-	return ddf_fun_data_get(fun);
-}
-
-
 #endif
-
 /**
  * @}
