]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
backlight: hp680_bl: Do not include <linux/fb.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:41 +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-11-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/hp680_bl.c

index fa9a983533b2dea77d1383ce1087a96c3cf6487a..d8c2e4ada384b766522ad4dc43bbf9670006a931 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/spinlock.h>
-#include <linux/fb.h>
 #include <linux/backlight.h>
 
 #include <cpu/dac.h>