aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/leds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h
index 17d277e0c4a6..376fe07732ea 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -141,7 +141,8 @@ struct gpio_led {
141 const char *name; 141 const char *name;
142 const char *default_trigger; 142 const char *default_trigger;
143 unsigned gpio; 143 unsigned gpio;
144 u8 active_low; 144 u8 active_low : 1;
145 u8 retain_state_suspended : 1;
145}; 146};
146 147
147struct gpio_led_platform_data { 148struct gpio_led_platform_data {