From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 01:44:05 +0000
Subject: [PATCH] rtl8211F_led_control

---
 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