Skip to content

Commit aa021f3

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/max8925_bl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/init.h>
1010
#include <linux/kernel.h>
1111
#include <linux/platform_device.h>
12-
#include <linux/fb.h>
1312
#include <linux/i2c.h>
1413
#include <linux/backlight.h>
1514
#include <linux/mfd/max8925.h>

0 commit comments

Comments
 (0)