aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backlight.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-04-25 19:42:52 +0200
committerLee Jones <lee.jones@linaro.org>2018-04-30 13:25:14 +0100
commit3cf91adaa594e8933af1727942ac560e5c7bc70e (patch)
tree3f7800b4c3e4bafadefc60c1dd9317fbb2ba2ea3 /include/linux/backlight.h
parentstaging: fbtft: Stop using BL_CORE_DRIVER1 (diff)
downloadlinux-dev-3cf91adaa594e8933af1727942ac560e5c7bc70e.tar.xz
linux-dev-3cf91adaa594e8933af1727942ac560e5c7bc70e.zip
backlight: Nuke BL_CORE_DRIVER1
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>
Diffstat (limited to 'include/linux/backlight.h')
-rw-r--r--include/linux/backlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backlight.h b/include/linux/backlight.h
index 1db67662bfcb..7fbf0539e14a 100644
--- a/include/linux/backlight.h
+++ b/include/linux/backlight.h
@@ -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 */
};