Skip to content

Commit 68d112e

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/da903x_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/kernel.h>
1313
#include <linux/init.h>
1414
#include <linux/platform_device.h>
15-
#include <linux/fb.h>
1615
#include <linux/backlight.h>
1716
#include <linux/mfd/da903x.h>
1817
#include <linux/slab.h>

0 commit comments

Comments
 (0)