aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r--drivers/usb/host/ohci-hcd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index c1c550f2a517..ddd54c70d0fd 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -1121,6 +1121,11 @@ MODULE_LICENSE ("GPL");
1121#define PLATFORM_DRIVER ohci_xls_driver 1121#define PLATFORM_DRIVER ohci_xls_driver
1122#endif 1122#endif
1123 1123
1124#ifdef CONFIG_USB_OHCI_HCD_PLATFORM
1125#include "ohci-platform.c"
1126#define PLATFORM_DRIVER ohci_platform_driver
1127#endif
1128
1124#if !defined(PCI_DRIVER) && \ 1129#if !defined(PCI_DRIVER) && \
1125 !defined(PLATFORM_DRIVER) && \ 1130 !defined(PLATFORM_DRIVER) && \
1126 !defined(OMAP1_PLATFORM_DRIVER) && \ 1131 !defined(OMAP1_PLATFORM_DRIVER) && \