]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
backlight: lv5207lp: Do not include <linux/fb.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:43 +0000 (14:58 +0100)
committerLee Jones <lee@kernel.org>
Tue, 11 Feb 2025 10:20:18 +0000 (10:20 +0000)
This driver does not require <linux/fb.h>. Remove the include
statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250131140103.278158-13-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/lv5207lp.c

index 5f60989fa70f2f254a1aa1e894a4eb9d3c7ce812..a205f004eab24dea0d1284d6fe03790378c34c5e 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <linux/backlight.h>
 #include <linux/err.h>
-#include <linux/fb.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
 #include <linux/platform_data/lv5207lp.h>