From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/include/linux/pwm_backlight.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/include/linux/pwm_backlight.h b/kernel/include/linux/pwm_backlight.h index 8ea265a..06086cb 100644 --- a/kernel/include/linux/pwm_backlight.h +++ b/kernel/include/linux/pwm_backlight.h @@ -16,8 +16,6 @@ unsigned int *levels; unsigned int post_pwm_on_delay; unsigned int pwm_off_delay; - /* TODO remove once all users are switched to gpiod_* API */ - int enable_gpio; int (*init)(struct device *dev); int (*notify)(struct device *dev, int brightness); void (*notify_after)(struct device *dev, int brightness); -- Gitblit v1.6.2