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 e0adf5c0cf5..2b1e8d84c87 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -1100,6 +1100,11 @@ MODULE_LICENSE ("GPL");
1100#define PLATFORM_DRIVER ohci_octeon_driver 1100#define PLATFORM_DRIVER ohci_octeon_driver
1101#endif 1101#endif
1102 1102
1103#ifdef CONFIG_TILE_USB
1104#include "ohci-tilegx.c"
1105#define PLATFORM_DRIVER ohci_hcd_tilegx_driver
1106#endif
1107
1103#ifdef CONFIG_USB_CNS3XXX_OHCI 1108#ifdef CONFIG_USB_CNS3XXX_OHCI
1104#include "ohci-cns3xxx.c" 1109#include "ohci-cns3xxx.c"
1105#define PLATFORM_DRIVER ohci_hcd_cns3xxx_driver 1110#define PLATFORM_DRIVER ohci_hcd_cns3xxx_driver