staging/fbtft: Include <linux/backlight.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 19 Feb 2024 09:37:28 +0000 (10:37 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 28 Feb 2024 08:59:27 +0000 (09:59 +0100)
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@suse.de>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Helge Deller <deller@gmx.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-4-tzimmermann@suse.de
drivers/staging/fbtft/fb_ssd1351.c

index b8d55aa8c5c7572b0097fb50f65fdacd0d9a2e0c..72172e870007e8e2e66b4d8acfb0f084062f2e86 100644 (file)
@@ -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>