[PATCH v3 3/9] staging/fbtft: Include <linux/backlight.h>
Thomas Zimmermann
tzimmermann at suse.de
Mon Feb 19 09:37:28 UTC 2024
Resolves the proxy include via <linux/fb.h>, which does not require the
backlight header.
v3:
* fix grammar in commit message
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Acked-by: Jani Nikula <jani.nikula at intel.com>
Acked-by: Helge Deller <deller at gmx.de>
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
drivers/staging/fbtft/fb_ssd1351.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/fbtft/fb_ssd1351.c b/drivers/staging/fbtft/fb_ssd1351.c
index b8d55aa8c5c75..72172e870007e 100644
--- a/drivers/staging/fbtft/fb_ssd1351.c
+++ b/drivers/staging/fbtft/fb_ssd1351.c
@@ -1,4 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
+
+#include <linux/backlight.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
--
2.43.0
More information about the Nouveau
mailing list