diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-18 01:42:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-18 14:09:08 -0500 |
commit | 3af5154a869bc278a829bb03e65a709480e821b0 (patch) | |
tree | f40b61296e79b1a134f3b185b4adcb1d1f7799ad /drivers/usb/host/ohci-hcd.c | |
parent | 3f5eb8d5688a5266ab943cf94aebe4c0eea726a3 (diff) |
usb: Netlogic: Use CPU_XLR in place of NLM_XLR
Use CONFIG_CPU_XLR instead of CONFIG_NLM_XLR, the NLM_XLR config
option is redundant and is being removed.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |