[PATCH 16/16] backlight: wm831x_bl: Do not include <linux/fb.h>
Thomas Zimmermann
tzimmermann at suse.de
Fri Jan 31 13:58:47 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/wm831x_bl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/backlight/wm831x_bl.c b/drivers/video/backlight/wm831x_bl.c
index c5aaee205bdfb..49027f04a1ecb 100644
--- a/drivers/video/backlight/wm831x_bl.c
+++ b/drivers/video/backlight/wm831x_bl.c
@@ -9,7 +9,6 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/module.h>
-#include <linux/fb.h>
#include <linux/backlight.h>
#include <linux/slab.h>
--
2.48.1
More information about the dri-devel
mailing list