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 343f40c23b5f..9ca6359c4ff1 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1364,6 +1364,11 @@ MODULE_LICENSE ("GPL");
1364#define PLATFORM_DRIVER ehci_ls1x_driver 1364#define PLATFORM_DRIVER ehci_ls1x_driver
1365#endif 1365#endif
1366 1366
1367#ifdef CONFIG_MIPS_SEAD3
1368#include "ehci-sead3.c"
1369#define PLATFORM_DRIVER ehci_hcd_sead3_driver
1370#endif
1371
1367#ifdef CONFIG_USB_EHCI_HCD_PLATFORM 1372#ifdef CONFIG_USB_EHCI_HCD_PLATFORM
1368#include "ehci-platform.c" 1373#include "ehci-platform.c"
1369#define PLATFORM_DRIVER ehci_platform_driver 1374#define PLATFORM_DRIVER ehci_platform_driver