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 546ad8814008..2a3265087ef3 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1105,6 +1105,11 @@ MODULE_LICENSE ("GPL");
1105#define PLATFORM_DRIVER ehci_fsl_driver 1105#define PLATFORM_DRIVER ehci_fsl_driver
1106#endif 1106#endif
1107 1107
1108#ifdef CONFIG_USB_EHCI_MXC
1109#include "ehci-mxc.c"
1110#define PLATFORM_DRIVER ehci_mxc_driver
1111#endif
1112
1108#ifdef CONFIG_SOC_AU1200 1113#ifdef CONFIG_SOC_AU1200
1109#include "ehci-au1xxx.c" 1114#include "ehci-au1xxx.c"
1110#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver 1115#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver