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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index a007a9fe0f87..06e2548b549c 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1361,11 +1361,6 @@ MODULE_LICENSE ("GPL");
1361#define PLATFORM_DRIVER ehci_grlib_driver 1361#define PLATFORM_DRIVER ehci_grlib_driver
1362#endif 1362#endif
1363 1363
1364#ifdef CONFIG_USB_PXA168_EHCI
1365#include "ehci-pxa168.c"
1366#define PLATFORM_DRIVER ehci_pxa168_driver
1367#endif
1368
1369#ifdef CONFIG_CPU_XLR 1364#ifdef CONFIG_CPU_XLR
1370#include "ehci-xls.c" 1365#include "ehci-xls.c"
1371#define PLATFORM_DRIVER ehci_xls_driver 1366#define PLATFORM_DRIVER ehci_xls_driver
@@ -1376,6 +1371,11 @@ MODULE_LICENSE ("GPL");
1376#define PLATFORM_DRIVER ehci_mv_driver 1371#define PLATFORM_DRIVER ehci_mv_driver
1377#endif 1372#endif
1378 1373
1374#ifdef CONFIG_MACH_LOONGSON1
1375#include "ehci-ls1x.c"
1376#define PLATFORM_DRIVER ehci_ls1x_driver
1377#endif
1378
1379#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \ 1379#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
1380 !defined(PS3_SYSTEM_BUS_DRIVER) && !defined(OF_PLATFORM_DRIVER) && \ 1380 !defined(PS3_SYSTEM_BUS_DRIVER) && !defined(OF_PLATFORM_DRIVER) && \
1381 !defined(XILINX_OF_PLATFORM_DRIVER) 1381 !defined(XILINX_OF_PLATFORM_DRIVER)