Index: uspace/drv/bus/usb/uhcirh/port.h
===================================================================
--- uspace/drv/bus/usb/uhcirh/port.h	(revision aa1922c9def555d208dc11181d2a48a7b676d816)
+++ uspace/drv/bus/usb/uhcirh/port.h	(revision 4501e2073927a0d64db8a85ca96715739a19d518)
@@ -63,5 +63,5 @@
 	usb_hc_connection_t hc_connection;
 	ddf_dev_t *rh;
-	usb_hc_attached_device_t attached_device;
+	usb_hub_attached_device_t attached_device;
 	fid_t checker;
 } uhci_port_t;
Index: uspace/drv/bus/usb/usbhub/port.h
===================================================================
--- uspace/drv/bus/usb/usbhub/port.h	(revision aa1922c9def555d208dc11181d2a48a7b676d816)
+++ uspace/drv/bus/usb/usbhub/port.h	(revision 4501e2073927a0d64db8a85ca96715739a19d518)
@@ -58,5 +58,5 @@
 
 	/** Information about attached device. */
-	usb_hc_attached_device_t attached_device;
+	usb_hub_attached_device_t attached_device;
 } usb_hub_port_t;
 
