Index: uspace/drv/usbhub/usbhub.h
===================================================================
--- uspace/drv/usbhub/usbhub.h	(revision 2ad98fd4dfa51ea9b7bd803a6936edde014786ae)
+++ uspace/drv/usbhub/usbhub.h	(revision 709e86867f8090a420b71e337f6a2dba587c4c14)
@@ -54,5 +54,5 @@
 
 /** Information about attached hub. */
-typedef struct usb_hub_info_t{
+struct usb_hub_info_t{
 	/** Number of ports. */
 	size_t port_count;
@@ -89,5 +89,5 @@
 	/** generic usb device data*/
 	usb_device_t * usb_device;
-} usb_hub_info_t;
+};
 
 //int usb_hub_control_loop(void * hub_info_param);
