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 800be38c78b4..1d9401e0990a 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1349,6 +1349,11 @@ MODULE_LICENSE ("GPL");
1349#define PLATFORM_DRIVER ehci_msm_driver 1349#define PLATFORM_DRIVER ehci_msm_driver
1350#endif 1350#endif
1351 1351
1352#ifdef CONFIG_TILE_USB
1353#include "ehci-tilegx.c"
1354#define PLATFORM_DRIVER ehci_hcd_tilegx_driver
1355#endif
1356
1352#ifdef CONFIG_USB_EHCI_HCD_PMC_MSP 1357#ifdef CONFIG_USB_EHCI_HCD_PMC_MSP
1353#include "ehci-pmcmsp.c" 1358#include "ehci-pmcmsp.c"
1354#define PLATFORM_DRIVER ehci_hcd_msp_driver 1359#define PLATFORM_DRIVER ehci_hcd_msp_driver