kernel/include/linux/pwm_backlight.h
.. .. @@ -16,8 +16,6 @@ 16 16 unsigned int *levels; 17 17 unsigned int post_pwm_on_delay; 18 18 unsigned int pwm_off_delay; 19 - /* TODO remove once all users are switched to gpiod_* API */20 - int enable_gpio;21 19 int (*init)(struct device *dev); 22 20 int (*notify)(struct device *dev, int brightness); 23 21 void (*notify_after)(struct device *dev, int brightness);