This patch is to fix the warning below.
arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
Signed-off-by: Shawn Guo <redacted>
---
This warning bothers me for quite some time. I'm unsure if this is
the right fix, and I just want to draw people's attention with this
patch.
arch/arm/configs/mx51_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig
index 9cba68c..e3c9032 100644
--- a/arch/arm/configs/mx51_defconfig
+++ b/arch/arm/configs/mx51_defconfig
@@ -110,7 +110,7 @@ CONFIG_MMC=y
CONFIG_MMC_BLOCK=m
CONFIG_MMC_SDHCI=m
CONFIG_NEW_LEDS=y
-CONFIG_LEDS_CLASS=m
+CONFIG_LEDS_CLASS=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
CONFIG_EXT2_FS=y
--
1.7.1
Hello Shawn,
On Wed, Feb 23, 2011 at 04:06:55PM +0800, Shawn Guo wrote:
This patch is to fix the warning below.
arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
I fixed that in my local tree, too, together with some more things.
Actually I thought I already sent it out, but my mailboxes seem to
not agree. I wanted to update my pull request for Sascha today anyhow
and can put that one in, too.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Hi Uwe,
On Wed, Feb 23, 2011 at 09:55:30AM +0100, Uwe Kleine-K?nig wrote:
Hello Shawn,
On Wed, Feb 23, 2011 at 04:06:55PM +0800, Shawn Guo wrote:
quoted
This patch is to fix the warning below.
arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
I fixed that in my local tree, too, together with some more things.
Actually I thought I already sent it out, but my mailboxes seem to
not agree. I wanted to update my pull request for Sascha today anyhow
and can put that one in, too.
Feel free to drop mine, as long as we get it fixed.
--
Regards,
Shawn