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:
9800ca9
)
backlight: bd6107_bl: Do not include <linux/fb.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:37 +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-7-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/bd6107.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/backlight/bd6107.c
b/drivers/video/backlight/bd6107.c
index 90764f83d2f12005c14bc7ccc2e4d453c1ec52f5..74567af84e97f1e310f5506e0f8619c78c0821b3 100644
(file)
--- a/
drivers/video/backlight/bd6107.c
+++ b/
drivers/video/backlight/bd6107.c
@@
-10,7
+10,6
@@
#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/err.h>
-#include <linux/fb.h>
#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/module.h>