hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);