diff options
Diffstat (limited to 'include/linux/leds_pwm.h')
-rw-r--r-- | include/linux/leds_pwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/leds_pwm.h b/include/linux/leds_pwm.h index 33a071167489..a65e9646e4b1 100644 --- a/include/linux/leds_pwm.h +++ b/include/linux/leds_pwm.h | |||
@@ -7,7 +7,7 @@ | |||
7 | struct led_pwm { | 7 | struct led_pwm { |
8 | const char *name; | 8 | const char *name; |
9 | const char *default_trigger; | 9 | const char *default_trigger; |
10 | unsigned pwm_id; | 10 | unsigned pwm_id __deprecated; |
11 | u8 active_low; | 11 | u8 active_low; |
12 | unsigned max_brightness; | 12 | unsigned max_brightness; |
13 | unsigned pwm_period_ns; | 13 | unsigned pwm_period_ns; |