Skip to content

Commit d670a4d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/da9052_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include <linux/backlight.h>
1111
#include <linux/delay.h>
12-
#include <linux/fb.h>
1312
#include <linux/module.h>
1413
#include <linux/platform_device.h>
1514

0 commit comments

Comments
 (0)