aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backlight.h
diff options
context:
space:
mode:
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 */