aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backlight.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-08-28 12:58:03 -0400
committerTony Lindgren <tony@atomide.com>2018-08-28 12:58:03 -0400
commitea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch)
treea15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/backlight.h
parentce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff)
parent496f3347d834aec91c38b45d6249ed00f58ad233 (diff)
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
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 7fbf0539e14a..0b5897446dca 100644
--- a/include/linux/backlight.h
+++ b/include/linux/backlight.h
@@ -79,7 +79,6 @@ struct backlight_properties {
79 /* Backlight type */ 79 /* Backlight type */
80 enum backlight_type type; 80 enum backlight_type type;
81 /* Flags used to signal drivers of state changes */ 81 /* Flags used to signal drivers of state changes */
82 /* Upper 4 bits are reserved for driver internal use */
83 unsigned int state; 82 unsigned int state;
84 83
85#define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ 84#define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */