summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-01-31 16:58:40 +0300
committerLee Jones <lee@kernel.org>2025-02-11 13:20:18 +0300
commitfcb0283338d760d37cd2701f6cd2bba0f5e78eb2 (patch)
treeeab399a6430f6a8fff325c505726373b441a73f1
parentd670a4da1c60ab1004b79204c09b221eba8af93b (diff)
downloadlinux-fcb0283338d760d37cd2701f6cd2bba0f5e78eb2.tar.xz
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>
-rw-r--r--drivers/video/backlight/ep93xx_bl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c
index 2387009d452d..f59effc02352 100644
--- a/drivers/video/backlight/ep93xx_bl.c
+++ b/drivers/video/backlight/ep93xx_bl.c
@@ -11,7 +11,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/io.h>
-#include <linux/fb.h>
#include <linux/backlight.h>
#define EP93XX_MAX_COUNT 255