Skip to content

Commit

Permalink
backlight: Nuke BL_CORE_DRIVER1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Vetter authored and Lee Jones committed Apr 30, 2018
1 parent 9adfe5c commit 3cf91ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/backlight.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

};

Expand Down

0 comments on commit 3cf91ad

Please sign in to comment.