hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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);