aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-01-31 14:58:40 +0100
committerLee Jones <lee@kernel.org>2025-02-11 10:20:18 +0000
commitfcb0283338d760d37cd2701f6cd2bba0f5e78eb2 (patch)
treeeab399a6430f6a8fff325c505726373b441a73f1
parentbacklight: da9052_bl: Do not include <linux/fb.h> (diff)
downloadwireguard-linux-fcb0283338d760d37cd2701f6cd2bba0f5e78eb2.tar.xz
wireguard-linux-fcb0283338d760d37cd2701f6cd2bba0f5e78eb2.zip
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>
-rw-r--r--drivers/video/backlight/ep93xx_bl.c1
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