diff options
author | 2025-01-31 14:58:38 +0100 | |
---|---|---|
committer | 2025-02-11 10:20:18 +0000 | |
commit | 68d112e043a4e9a5078eebc9302d5510d458681e (patch) | |
tree | ecd8457aeeaefbd710a8c9af250215e72843966f | |
parent | backlight: bd6107_bl: Do not include <linux/fb.h> (diff) | |
download | linux-rng-68d112e043a4e9a5078eebc9302d5510d458681e.tar.xz linux-rng-68d112e043a4e9a5078eebc9302d5510d458681e.zip |
backlight: da903x_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-8-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/video/backlight/da903x_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/da903x_bl.c b/drivers/video/backlight/da903x_bl.c index 71f21bbc7a9f..81ff42bec0ad 100644 --- a/drivers/video/backlight/da903x_bl.c +++ b/drivers/video/backlight/da903x_bl.c @@ -12,7 +12,6 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> -#include <linux/fb.h> #include <linux/backlight.h> #include <linux/mfd/da903x.h> #include <linux/slab.h> |