usb: Netlogic: Use CPU_XLR in place of NLM_XLR
authorJayachandran C <jayachandranc@netlogicmicro.com>
Fri, 18 Nov 2011 06:42:42 +0000 (12:12 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Nov 2011 19:09:08 +0000 (11:09 -0800)
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>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ohci-hcd.c

index 3ff9f82f7263fe8a95b7cef78d39d7f5f15782d1..0f15d392aae103657f992c04326cde2cc50c1c8c 100644 (file)
@@ -1324,7 +1324,7 @@ MODULE_LICENSE ("GPL");
 #define PLATFORM_DRIVER                ehci_pxa168_driver
 #endif
 
-#ifdef CONFIG_NLM_XLR
+#ifdef CONFIG_CPU_XLR
 #include "ehci-xls.c"
 #define PLATFORM_DRIVER                ehci_xls_driver
 #endif
index 03c4631dc27aa76f79bbe01c27cfe155f0c2ab1b..95d639cd5b8c6ca37ce73a9478280297c3ee39b8 100644 (file)
@@ -1114,7 +1114,7 @@ MODULE_LICENSE ("GPL");
 #define PLATFORM_DRIVER                ohci_hcd_ath79_driver
 #endif
 
-#ifdef CONFIG_NLM_XLR
+#ifdef CONFIG_CPU_XLR
 #include "ohci-xls.c"
 #define PLATFORM_DRIVER                ohci_xls_driver
 #endif
This page took 0.025987 seconds and 5 git commands to generate.