diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 16:58:47 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-02-11 13:20:18 +0300 |
commit | 373dacfeb55e1ac73dccd91b83437183ca0fbd43 (patch) | |
tree | 8aaa5d5e9859f84c4780ff128b869f78b64c6db0 | |
parent | d023cc09d9dbd5c6a4a81e0e3866c3b976d70891 (diff) | |
download | linux-373dacfeb55e1ac73dccd91b83437183ca0fbd43.tar.xz |
backlight: wm831x_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-17-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/video/backlight/wm831x_bl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/wm831x_bl.c b/drivers/video/backlight/wm831x_bl.c index c5aaee205bdf..49027f04a1ec 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> |