diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 14:58:34 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-02-11 10:20:18 +0000 |
commit | a84877d7cc5b38dbbaad94ea7f8a784f8b12dbc8 (patch) | |
tree | 2312b27dc5026e6b3912468f2e4b4edcb09f5905 | |
parent | 769562042211e7a194e3dfde9436b42a3734e279 (diff) |
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>
-rw-r--r-- | drivers/video/backlight/adp8860_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/adp8860_bl.c b/drivers/video/backlight/adp8860_bl.c index f51ada4795e8..d4bbd7a7406b 100644 --- a/drivers/video/backlight/adp8860_bl.c +++ b/drivers/video/backlight/adp8860_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/slab.h> |