diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 14:58:32 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-02-11 10:20:18 +0000 |
commit | 9df4477179f1af4ff7adbacfa243819b57134b9c (patch) | |
tree | 275c97fd96e36f0864e3adc5c684fcf08c5d8057 | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) |
backlight: 88pm860x_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-2-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/video/backlight/88pm860x_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/88pm860x_bl.c b/drivers/video/backlight/88pm860x_bl.c index 720b5ada7fe8..0a1db2824076 100644 --- a/drivers/video/backlight/88pm860x_bl.c +++ b/drivers/video/backlight/88pm860x_bl.c @@ -11,7 +11,6 @@ #include <linux/of.h> #include <linux/platform_device.h> #include <linux/slab.h> -#include <linux/fb.h> #include <linux/i2c.h> #include <linux/backlight.h> #include <linux/mfd/88pm860x.h> |