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 f9cf3f04b742..34efd479e068 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1114,6 +1114,11 @@ MODULE_LICENSE ("GPL"); | |||
1114 | #define PLATFORM_DRIVER ohci_hcd_ath79_driver | 1114 | #define PLATFORM_DRIVER ohci_hcd_ath79_driver |
1115 | #endif | 1115 | #endif |
1116 | 1116 | ||
1117 | #ifdef CONFIG_NLM_XLR | ||
1118 | #include "ohci-xls.c" | ||
1119 | #define PLATFORM_DRIVER ohci_xls_driver | ||
1120 | #endif | ||
1121 | |||
1117 | #if !defined(PCI_DRIVER) && \ | 1122 | #if !defined(PCI_DRIVER) && \ |
1118 | !defined(PLATFORM_DRIVER) && \ | 1123 | !defined(PLATFORM_DRIVER) && \ |
1119 | !defined(OMAP1_PLATFORM_DRIVER) && \ | 1124 | !defined(OMAP1_PLATFORM_DRIVER) && \ |