Index: uspace/lib/usbhost/include/usb/host/endpoint.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/endpoint.h	(revision eeca8a6576e862d2b94e31531749315d4d938507)
+++ uspace/lib/usbhost/include/usb/host/endpoint.h	(revision 9b8dac4abaf1b95ace858acca3c0e5f72ebcc6f3)
@@ -55,6 +55,4 @@
 /** Host controller side endpoint structure. */
 typedef struct endpoint {
-	/** Part of linked list. */
-	link_t link;
 	/** USB device */
 	device_t *device;
@@ -111,16 +109,4 @@
 }
 
-/** list_get_instance wrapper.
- *
- * @param item Pointer to link member.
- *
- * @return Pointer to endpoint_t structure.
- *
- */
-static inline endpoint_t * endpoint_get_instance(link_t *item)
-{
-	return item ? list_get_instance(item, endpoint_t, link) : NULL;
-}
-
 #endif
 
