Commit c7e4ea68 authored by Pavel Machek's avatar Pavel Machek

leds: old enums are not really applicable to new code

Warn about old defines that probably should not be used.
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 19aa9840
......@@ -25,6 +25,7 @@ struct device_node;
* LED Core
*/
/* This is obsolete/useless. We now support variable maximum brightness. */
enum led_brightness {
LED_OFF = 0,
LED_ON = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment