Skip to content

Commit 7695620

Browse files
tdzlag-linaro
authored andcommitted
backlight: adp5520_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-3-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 9df4477 commit 7695620

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/video/backlight/adp5520_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <linux/kernel.h>
99
#include <linux/init.h>
1010
#include <linux/platform_device.h>
11-
#include <linux/fb.h>
1211
#include <linux/backlight.h>
1312
#include <linux/mfd/adp5520.h>
1413
#include <linux/slab.h>

0 commit comments

Comments
 (0)