All of lore.kernel.org
 help / color / mirror / Atom feed
* - leds-fix-cobalt-raq-led-dependency.patch removed from -mm tree
@ 2008-12-07  0:05 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-12-07  0:05 UTC (permalink / raw)
  To: yoichi_yuasa, rpurdie, mm-commits


The patch titled
     leds: fix Cobalt Raq LED dependency
has been removed from the -mm tree.  Its filename was
     leds-fix-cobalt-raq-led-dependency.patch

This patch was dropped because it was merged into mainline or a subsystem tree

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

------------------------------------------------------
Subject: leds: fix Cobalt Raq LED dependency
From: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

Cobalt Raq LEDs require LEDS_CLASS=y.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/leds/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/leds/Kconfig~leds-fix-cobalt-raq-led-dependency drivers/leds/Kconfig
--- a/drivers/leds/Kconfig~leds-fix-cobalt-raq-led-dependency
+++ a/drivers/leds/Kconfig
@@ -83,7 +83,7 @@ config LEDS_COBALT_QUBE
 
 config LEDS_COBALT_RAQ
 	bool "LED Support for the Cobalt Raq series"
-	depends on LEDS_CLASS && MIPS_COBALT
+	depends on LEDS_CLASS=y && MIPS_COBALT
 	select LEDS_TRIGGERS
 	help
 	  This option enables support for the Cobalt Raq series LEDs.
_

Patches currently in -mm which might be from yoichi_yuasa@tripeaks.co.jp are

linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-07  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  0:05 - leds-fix-cobalt-raq-led-dependency.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.