Skip to content

Commit fcb0283

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/ep93xx_bl.c

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

1716
#define EP93XX_MAX_COUNT 255

0 commit comments

Comments
 (0)