diff options
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 3ff9f82f7263..0f15d392aae1 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1324,7 +1324,7 @@ MODULE_LICENSE ("GPL"); | |||
1324 | #define PLATFORM_DRIVER ehci_pxa168_driver | 1324 | #define PLATFORM_DRIVER ehci_pxa168_driver |
1325 | #endif | 1325 | #endif |
1326 | 1326 | ||
1327 | #ifdef CONFIG_NLM_XLR | 1327 | #ifdef CONFIG_CPU_XLR |
1328 | #include "ehci-xls.c" | 1328 | #include "ehci-xls.c" |
1329 | #define PLATFORM_DRIVER ehci_xls_driver | 1329 | #define PLATFORM_DRIVER ehci_xls_driver |
1330 | #endif | 1330 | #endif |
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 03c4631dc27a..95d639cd5b8c 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1114,7 +1114,7 @@ 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 | 1117 | #ifdef CONFIG_CPU_XLR |
1118 | #include "ohci-xls.c" | 1118 | #include "ohci-xls.c" |
1119 | #define PLATFORM_DRIVER ohci_xls_driver | 1119 | #define PLATFORM_DRIVER ohci_xls_driver |
1120 | #endif | 1120 | #endif |