Skip to content

Commit df14455

Browse files
Thomas Zimmermannlag-linaro
authored andcommitted
backlight: hp680_bl: Do not include <linux/fb.h>
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>
1 parent fcb0283 commit df14455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/hp680_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <linux/init.h>
1616
#include <linux/platform_device.h>
1717
#include <linux/spinlock.h>
18-
#include <linux/fb.h>
1918
#include <linux/backlight.h>
2019

2120
#include <cpu/dac.h>

0 commit comments

Comments
 (0)