On 4/4/07, Tony Lindgren <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to