Re: [PATCH 25/90] ARM: OMAP: h4 must have blinky leds!!

From: Dmitry Torokhov
Date: Wed Apr 04 2007 - 16:48:17 EST


On 4/4/07, Tony Lindgren <tony@xxxxxxxxxxx> wrote:
+
+#ifdef CONFIG_LEDS
+#define old_led_api() 1
+#else
+#define old_led_api() 0
+#endif
+
+#ifdef CONFIG_LEDS_OMAP_DEBUG
+#define new_led_api() 1
+#else
+#define new_led_api() 0
+#endif
+

Do we need that in mainline? Why would you not use led subsystem?

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/