]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/ehci-hcd.c
Pull bugzilla-5653 into release branch
[linux-2.6-omap-h63xx.git] / drivers / usb / host / ehci-hcd.c
index 8730babb5771a3def8982e845b010f4ee6d64825..79f2d8b9bfb654618768d20abc61c2847d34444e 100644 (file)
@@ -889,14 +889,19 @@ MODULE_LICENSE ("GPL");
 
 #ifdef CONFIG_PCI
 #include "ehci-pci.c"
+#define        EHCI_BUS_GLUED
 #endif
 
 #ifdef CONFIG_PPC_83xx
 #include "ehci-fsl.c"
+#define        EHCI_BUS_GLUED
 #endif
 
-#if !(defined(CONFIG_PCI) || \
-      defined(CONFIG_PPC_83xx) \
-     )
+#ifdef CONFIG_SOC_AU1X00
+#include "ehci-au1xxx.c"
+#define        EHCI_BUS_GLUED
+#endif
+
+#ifndef        EHCI_BUS_GLUED
 #error "missing bus glue for ehci-hcd"
 #endif