+ leds-move-leds_gpio_register-out-of-menuconfig-new_leds.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDS
has been added to the -mm tree.  Its filename is
     leds-move-leds_gpio_register-out-of-menuconfig-new_leds.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDS
From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>

Commit 4440673a ("leds: provide helper to register "leds-gpio" devices")
broke the display of the NEW_LEDS menu as it didn't depend on NEW_LEDS and
so made "LED drivers" and "LED Triggers" appear at the same level as "LED
Support" instead of below it as it was before 4440673a.

Moving LEDS_GPIO_REGISTER out of the menuconfig NEW_LEDS fixes this
unintended side effect.

Reported-by: Axel Lin <axel.lin@xxxxxxxxx>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Cc: Richard Purdie <rpurdie@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/leds/Kconfig |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff -puN drivers/leds/Kconfig~leds-move-leds_gpio_register-out-of-menuconfig-new_leds drivers/leds/Kconfig
--- a/drivers/leds/Kconfig~leds-move-leds_gpio_register-out-of-menuconfig-new_leds
+++ a/drivers/leds/Kconfig
@@ -1,3 +1,10 @@
+config LEDS_GPIO_REGISTER
+	bool
+	help
+	  This option provides the function gpio_led_register_device.
+	  As this function is used by arch code it must not be compiled as a
+	  module.
+
 menuconfig NEW_LEDS
 	bool "LED Support"
 	help
@@ -14,13 +21,6 @@ config LEDS_CLASS
 	  This option enables the led sysfs class in /sys/class/leds.  You'll
 	  need this to do anything useful with LEDs.  If unsure, say N.
 
-config LEDS_GPIO_REGISTER
-	bool
-	help
-	  This option provides the function gpio_led_register_device.
-	  As this function is used by arch code it must not be compiled as a
-	  module.
-
 if NEW_LEDS
 
 comment "LED drivers"
_

Patches currently in -mm which might be from u.kleine-koenig@xxxxxxxxxxxxxx are

leds-move-leds_gpio_register-out-of-menuconfig-new_leds.patch
linux-next.patch
drivers-base-platformc-dont-mark-platform_device_register_resndata-as-__init_or_module.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux