Skip to content

Commit b6c775a

Browse files
Thomas Zimmermannlag-linaro
authored andcommitted
backlight: bd6107_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-7-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 9800ca9 commit b6c775a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/bd6107.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/backlight.h>
1111
#include <linux/delay.h>
1212
#include <linux/err.h>
13-
#include <linux/fb.h>
1413
#include <linux/gpio/consumer.h>
1514
#include <linux/i2c.h>
1615
#include <linux/module.h>

0 commit comments

Comments
 (0)