From 982b8cc116118b3463d3f332581945625722acd8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 09 Jan 2024 02:10:54 +0000
Subject: [PATCH] add poweroff command

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