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 2f06ba471953..abe8336ebffa 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1166,6 +1166,11 @@ MODULE_LICENSE ("GPL");
1166#define PLATFORM_DRIVER ehci_mxc_driver 1166#define PLATFORM_DRIVER ehci_mxc_driver
1167#endif 1167#endif
1168 1168
1169#ifdef CONFIG_CPU_SUBTYPE_SH7786
1170#include "ehci-sh.c"
1171#define PLATFORM_DRIVER ehci_hcd_sh_driver
1172#endif
1173
1169#ifdef CONFIG_SOC_AU1200 1174#ifdef CONFIG_SOC_AU1200
1170#include "ehci-au1xxx.c" 1175#include "ehci-au1xxx.c"
1171#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver 1176#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver