diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 16:58:39 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-02-11 13:20:18 +0300 |
| commit | d670a4da1c60ab1004b79204c09b221eba8af93b (patch) | |
| tree | d7f66d7ccc98835d7bb2aa9ebe60077f6bbcb95a | |
| parent | 68d112e043a4e9a5078eebc9302d5510d458681e (diff) | |
| download | linux-d670a4da1c60ab1004b79204c09b221eba8af93b.tar.xz | |
backlight: da9052_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-9-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | drivers/video/backlight/da9052_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/da9052_bl.c b/drivers/video/backlight/da9052_bl.c index 5e13ef96b717..f41523d78121 100644 --- a/drivers/video/backlight/da9052_bl.c +++ b/drivers/video/backlight/da9052_bl.c @@ -9,7 +9,6 @@ #include <linux/backlight.h> #include <linux/delay.h> -#include <linux/fb.h> #include <linux/module.h> #include <linux/platform_device.h> |
