projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c71b34
)
backlight: max8925_bl: Do not include <linux/fb.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:44 +0000
(14:58 +0100)
committer
Lee Jones
<lee@kernel.org>
Tue, 11 Feb 2025 10:20:18 +0000
(10:20 +0000)
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-14-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/max8925_bl.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/backlight/max8925_bl.c
b/drivers/video/backlight/max8925_bl.c
index e607ec6fd4bf46bd1a77110cf876a6513980bf19..4ac20a59e007fa170a6148c91b31f6691a5d7130 100644
(file)
--- a/
drivers/video/backlight/max8925_bl.c
+++ b/
drivers/video/backlight/max8925_bl.c
@@
-9,7
+9,6
@@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
-#include <linux/fb.h>
#include <linux/i2c.h>
#include <linux/backlight.h>
#include <linux/mfd/max8925.h>