Skip to content

Commit a84877d

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/video/backlight/adp8860_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/pm.h>
1212
#include <linux/platform_device.h>
1313
#include <linux/i2c.h>
14-
#include <linux/fb.h>
1514
#include <linux/backlight.h>
1615
#include <linux/leds.h>
1716
#include <linux/slab.h>

0 commit comments

Comments
 (0)