aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-01-31 14:58:35 +0100
committerLee Jones <lee@kernel.org>2025-02-11 10:20:18 +0000
commit1eeab5c83aa3c14790167c4d2b8786b257651bac (patch)
treebcf5c82e38586240e5346bc14f5bf342f7a85b5c
parentbacklight: adp8860_bl: Do not include <linux/fb.h> (diff)
downloadlinux-rng-1eeab5c83aa3c14790167c4d2b8786b257651bac.tar.xz
linux-rng-1eeab5c83aa3c14790167c4d2b8786b257651bac.zip
backlight: adp8870_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-5-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r--drivers/video/backlight/adp8870_bl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c
index ad4bd4c8f441..e09e20492e7c 100644
--- a/drivers/video/backlight/adp8870_bl.c
+++ b/drivers/video/backlight/adp8870_bl.c
@@ -11,7 +11,6 @@
#include <linux/pm.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
-#include <linux/fb.h>
#include <linux/backlight.h>
#include <linux/leds.h>
#include <linux/workqueue.h>