forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 223293205a7265c8b02882461ba8996650048ade
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);