diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-05-03 10:15:17 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-07-04 05:32:48 -0400 |
commit | 30000d80b506819ae5dae926f636412a34594ed6 (patch) | |
tree | 209c850017273d052bb5284f7201b646ac1d4caf | |
parent | c8cc0f0460bb53e1a731097c7cdfdb4973c7cfcf (diff) |
backlight: Remove obsolete comment for ->state
Jani spotted this when reviewing my earlier patch to remove the driver
internal usage of this field in:
Commit 3cf91adaa594 ("backlight: Nuke BL_CORE_DRIVER1")
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | include/linux/backlight.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backlight.h b/include/linux/backlight.h index 7fbf0539e14a..0b5897446dca 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h | |||
@@ -79,7 +79,6 @@ struct backlight_properties { | |||
79 | /* Backlight type */ | 79 | /* Backlight type */ |
80 | enum backlight_type type; | 80 | enum backlight_type type; |
81 | /* Flags used to signal drivers of state changes */ | 81 | /* Flags used to signal drivers of state changes */ |
82 | /* Upper 4 bits are reserved for driver internal use */ | ||
83 | unsigned int state; | 82 | unsigned int state; |
84 | 83 | ||
85 | #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ | 84 | #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ |