From: Daniel Vetter Date: Wed, 25 Apr 2018 17:42:52 +0000 (+0200) Subject: backlight: Nuke BL_CORE_DRIVER1 X-Git-Tag: v5.15~8638^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cf91adaa594e8933af1727942ac560e5c7bc70e;p=platform%2Fkernel%2Flinux-starfive.git 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 Acked-by: Daniel Thompson Reviewed-by: Jani Nikula Signed-off-by: Lee Jones --- diff --git a/include/linux/backlight.h b/include/linux/backlight.h index 1db67662..7fbf053 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 */ };