Index: uspace/drv/usbhub/usbhub.h
===================================================================
--- uspace/drv/usbhub/usbhub.h	(revision 2ad98fd4dfa51ea9b7bd803a6936edde014786ae)
+++ uspace/drv/usbhub/usbhub.h	(revision b79c31f91eff5817406e917fc32db7c34f6c24ac)
@@ -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);
