Index: uspace/lib/usb/include/usb/classes/hub.h
===================================================================
--- uspace/lib/usb/include/usb/classes/hub.h	(revision 4689d4070d81166aa739ee444c90dffc369897ca)
+++ uspace/lib/usb/include/usb/classes/hub.h	(revision 98d06b89bb1fab52a16a5b68bf2f261dbdbb8244)
@@ -213,11 +213,4 @@
 usb_hub_descriptor_t * usb_deserialize_hub_desriptor(void * sdescriptor);
 
-/**
- * @brief create hub structure instance
- * 
- * @param device
- * @return
- */
-usb_hcd_hub_info_t * usb_create_hub_info(device_t * device);
 
 
Index: uspace/lib/usb/include/usb/hcdhubd.h
===================================================================
--- uspace/lib/usb/include/usb/hcdhubd.h	(revision 4689d4070d81166aa739ee444c90dffc369897ca)
+++ uspace/lib/usb/include/usb/hcdhubd.h	(revision 98d06b89bb1fab52a16a5b68bf2f261dbdbb8244)
@@ -65,13 +65,4 @@
 } usb_hcd_attached_device_info_t;
 
-/** Information about attached hub. */
-typedef struct {
-	/** Number of ports. */
-	size_t port_count;
-	/** General device info. */
-	usb_hcd_attached_device_info_t *device;
-	/** Link to other hubs. */
-	link_t link;
-} usb_hcd_hub_info_t;
 
 /** Host controller device. */
