diff mbox series

[07/16] backlight: da903x_bl: Do not include <linux/fb.h>

Message ID 20250131140103.278158-8-tzimmermann@suse.de (mailing list archive)
State New
Headers show
Series backlight: Do not include <linux/fb.h> in drivers | expand

Commit Message

Thomas Zimmermann Jan. 31, 2025, 1:58 p.m. UTC
This driver does not require <linux/fb.h>. Remove the include
statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
---
 drivers/video/backlight/da903x_bl.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/video/backlight/da903x_bl.c b/drivers/video/backlight/da903x_bl.c
index 71f21bbc7a9fc..81ff42bec0ad4 100644
--- a/drivers/video/backlight/da903x_bl.c
+++ b/drivers/video/backlight/da903x_bl.c
@@ -12,7 +12,6 @@ 
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <linux/fb.h>
 #include <linux/backlight.h>
 #include <linux/mfd/da903x.h>
 #include <linux/slab.h>