* [PATCH] MIPS:fix the build warning
@ 2011-04-09 17:42 wanlong.gao
2011-05-12 21:56 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: wanlong.gao @ 2011-04-09 17:42 UTC (permalink / raw)
To: ralf, david.woodhouse, akpm, mingo; +Cc: linux-mips, linux-kernel, Wanlong Gao
From: Wanlong Gao <wanlong.gao@gmail.com>
LEDS_CLASS is a bool config .
Value 'm' is invalid for LEDS_CLASS.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
---
arch/mips/configs/lemote2f_defconfig | 2 +-
arch/mips/configs/malta_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/configs/lemote2f_defconfig b/arch/mips/configs/lemote2f_defconfig
index 167c1d0..cb2c5ea 100644
--- a/arch/mips/configs/lemote2f_defconfig
+++ b/arch/mips/configs/lemote2f_defconfig
@@ -329,7 +329,7 @@ CONFIG_USB_LED=m
CONFIG_USB_GADGET=m
CONFIG_USB_GADGET_M66592=y
CONFIG_MMC=m
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
CONFIG_STAGING=y
# CONFIG_STAGING_EXCLUDE_BUILD is not set
CONFIG_FB_SM7XX=y
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig
index 7270f31..5527abb 100644
--- a/arch/mips/configs/malta_defconfig
+++ b/arch/mips/configs/malta_defconfig
@@ -374,7 +374,7 @@ CONFIG_FB_CIRRUS=y
# CONFIG_VGA_CONSOLE is not set
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_HID=m
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
--
1.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS:fix the build warning
2011-04-09 17:42 [PATCH] MIPS:fix the build warning wanlong.gao
@ 2011-05-12 21:56 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2011-05-12 21:56 UTC (permalink / raw)
To: wanlong.gao; +Cc: david.woodhouse, akpm, mingo, linux-mips, linux-kernel
Thanks, queued for 2.6.40.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-12 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-09 17:42 [PATCH] MIPS:fix the build warning wanlong.gao
2011-05-12 21:56 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox