diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 14:58:36 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-02-11 10:20:18 +0000 |
commit | 9800ca9c96bc039a5e19391c446d1d69b211756a (patch) | |
tree | 08c94dc6c4bd35dd6b68a0232ee342c4d7569a6e | |
parent | 1eeab5c83aa3c14790167c4d2b8786b257651bac (diff) |
backlight: as3711_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-6-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/video/backlight/as3711_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/as3711_bl.c b/drivers/video/backlight/as3711_bl.c index e6f66bb35ef5..9f89eb19894e 100644 --- a/drivers/video/backlight/as3711_bl.c +++ b/drivers/video/backlight/as3711_bl.c @@ -10,7 +10,6 @@ #include <linux/delay.h> #include <linux/device.h> #include <linux/err.h> -#include <linux/fb.h> #include <linux/kernel.h> #include <linux/mfd/as3711.h> #include <linux/module.h> |