diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 14:58:37 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-02-11 10:20:18 +0000 |
| commit | b6c775af0d2f1cf9376261180ce13e997dba583b (patch) | |
| tree | e96ad325d686538182dd6452b11dcc438968045e /drivers/video | |
| parent | 9800ca9c96bc039a5e19391c446d1d69b211756a (diff) | |
backlight: bd6107_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-7-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/video')
| -rw-r--r-- | drivers/video/backlight/bd6107.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/bd6107.c b/drivers/video/backlight/bd6107.c index 90764f83d2f1..74567af84e97 100644 --- a/drivers/video/backlight/bd6107.c +++ b/drivers/video/backlight/bd6107.c @@ -10,7 +10,6 @@ #include <linux/backlight.h> #include <linux/delay.h> #include <linux/err.h> -#include <linux/fb.h> #include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/module.h> |
