[PATCH 08/16] backlight: da9052_bl: Do not include <linux/fb.h>
Thomas Zimmermann
tzimmermann at suse.de
Fri Jan 31 13:58:39 UTC 2025
This driver does not require <linux/fb.h>. Remove the include
statement.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/video/backlight/da9052_bl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/backlight/da9052_bl.c b/drivers/video/backlight/da9052_bl.c
index 5e13ef96b717c..f41523d78121b 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>
--
2.48.1
More information about the dri-devel
mailing list