mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
leds: old enums are not really applicable to new code
Warn about old defines that probably should not be used. Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
19aa984090
commit
c7e4ea68c1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue