]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ohci-hcd.c
drivers/usb: regorganisation
[karo-tx-uboot.git] / drivers / usb / host / ohci-hcd.c
similarity index 99%
rename from drivers/usb/usb_ohci.c
rename to drivers/usb/host/ohci-hcd.c
index 0bbee0f47b7f66e27e03ca96ef2ac8165fa94bfc..e2f289e6d6892ad5b8adaea16a0d1a5a76e0585f 100644 (file)
@@ -57,7 +57,8 @@
 
 #include <malloc.h>
 #include <usb.h>
-#include "usb_ohci.h"
+
+#include "ohci.h"
 
 #ifdef CONFIG_AT91RM9200
 #include <asm/arch/hardware.h> /* needed for AT91_USB_HOST_BASE */