hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/linux/pwm_backlight.h
....@@ -16,8 +16,6 @@
1616 unsigned int *levels;
1717 unsigned int post_pwm_on_delay;
1818 unsigned int pwm_off_delay;
19
- /* TODO remove once all users are switched to gpiod_* API */
20
- int enable_gpio;
2119 int (*init)(struct device *dev);
2220 int (*notify)(struct device *dev, int brightness);
2321 void (*notify_after)(struct device *dev, int brightness);