forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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);