diff options
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 4a4a4f025385..9751647665df 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1116,6 +1116,11 @@ MODULE_LICENSE ("GPL"); | |||
1116 | #define PLATFORM_DRIVER ohci_octeon_driver | 1116 | #define PLATFORM_DRIVER ohci_octeon_driver |
1117 | #endif | 1117 | #endif |
1118 | 1118 | ||
1119 | #ifdef CONFIG_USB_CNS3XXX_OHCI | ||
1120 | #include "ohci-cns3xxx.c" | ||
1121 | #define PLATFORM_DRIVER ohci_hcd_cns3xxx_driver | ||
1122 | #endif | ||
1123 | |||
1119 | #if !defined(PCI_DRIVER) && \ | 1124 | #if !defined(PCI_DRIVER) && \ |
1120 | !defined(PLATFORM_DRIVER) && \ | 1125 | !defined(PLATFORM_DRIVER) && \ |
1121 | !defined(OMAP1_PLATFORM_DRIVER) && \ | 1126 | !defined(OMAP1_PLATFORM_DRIVER) && \ |