]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
backlight: Nuke BL_CORE_DRIVER1
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Apr 2018 17:42:52 +0000 (19:42 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 30 Apr 2018 12:25:14 +0000 (13:25 +0100)
Now that the 3 drivers using this are cleaned up we can also remove
this final bit of confusion of leaking driver internals into the
backlight power interface.

The backlight power interface itself is still a massive mess.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/backlight.h

index 1db67662bfcb0514bf8cef090f58ed1ecddf9978..7fbf0539e14a06d240ef14fa6c1f42098a11f5f2 100644 (file)
@@ -84,7 +84,6 @@ struct backlight_properties {
 
 #define BL_CORE_SUSPENDED      (1 << 0)        /* backlight is suspended */
 #define BL_CORE_FBBLANK                (1 << 1)        /* backlight is under an fb blank event */
-#define BL_CORE_DRIVER1                (1 << 31)       /* reserved for driver specific use */
 
 };