提交 3cf91ada 编写于 作者: D Daniel Vetter 提交者: Lee Jones

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: NDaniel Vetter <daniel.vetter@intel.com>
Acked-by: NDaniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: NJani Nikula <jani.nikula@intel.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 9adfe5c8
...@@ -84,7 +84,6 @@ struct backlight_properties { ...@@ -84,7 +84,6 @@ struct backlight_properties {
#define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ #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_FBBLANK (1 << 1) /* backlight is under an fb blank event */
#define BL_CORE_DRIVER1 (1 << 31) /* reserved for driver specific use */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册