From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- 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