diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 14:58:40 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-02-11 10:20:18 +0000 |
| commit | fcb0283338d760d37cd2701f6cd2bba0f5e78eb2 (patch) | |
| tree | eab399a6430f6a8fff325c505726373b441a73f1 /drivers/video/backlight | |
| parent | d670a4da1c60ab1004b79204c09b221eba8af93b (diff) | |
backlight: ep93xx_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-10-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/video/backlight')
| -rw-r--r-- | drivers/video/backlight/ep93xx_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c index 2387009d452d..f59effc02352 100644 --- a/drivers/video/backlight/ep93xx_bl.c +++ b/drivers/video/backlight/ep93xx_bl.c @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/io.h> -#include <linux/fb.h> #include <linux/backlight.h> #define EP93XX_MAX_COUNT 255 |
