aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index fb2b227afc4f..7c5c8796d175 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -998,6 +998,11 @@ MODULE_LICENSE ("GPL");
998#define PLATFORM_DRIVER ehci_ppc_soc_driver 998#define PLATFORM_DRIVER ehci_ppc_soc_driver
999#endif 999#endif
1000 1000
1001#ifdef CONFIG_ARCH_ORION
1002#include "ehci-orion.c"
1003#define PLATFORM_DRIVER ehci_orion_driver
1004#endif
1005
1001#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \ 1006#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
1002 !defined(PS3_SYSTEM_BUS_DRIVER) 1007 !defined(PS3_SYSTEM_BUS_DRIVER)
1003#error "missing bus glue for ehci-hcd" 1008#error "missing bus glue for ehci-hcd"