Index: uspace/drv/bus/usb/ohci/hc.h
===================================================================
--- uspace/drv/bus/usb/ohci/hc.h	(revision 395bb79ccc7a0400358ff0dec7b5415a2590f7fa)
+++ uspace/drv/bus/usb/ohci/hc.h	(revision db71e2af5cdfe169de296e6f39b3e5eda7a966f6)
@@ -45,5 +45,5 @@
 #include "ohci_batch.h"
 #include "ohci_regs.h"
-#include "root_hub.h"
+#include "ohci_rh.h"
 #include "endpoint_list.h"
 #include "hw_struct/hcca.h"
@@ -68,5 +68,5 @@
 
 	/** USB hub emulation structure */
-	rh_t rh;
+	ohci_rh_t rh;
 } hc_t;
 
