Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux...
[pandora-kernel.git] / drivers / usb / host / ehci-hcd.c
index 6ef2a89..932bd5f 100644 (file)
@@ -1017,6 +1017,11 @@ MODULE_LICENSE ("GPL");
 #define        PLATFORM_DRIVER         ehci_hcd_au1xxx_driver
 #endif
 
+#ifdef CONFIG_ARCH_OMAP34XX
+#include "ehci-omap.c"
+#define        PLATFORM_DRIVER         ehci_hcd_omap_driver
+#endif
+
 #ifdef CONFIG_PPC_PS3
 #include "ehci-ps3.c"
 #define        PS3_SYSTEM_BUS_DRIVER   ps3_ehci_driver