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:
aa021f3
)
backlight: tps65217_bl: Do not include <linux/fb.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:45 +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-15-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/tps65217_bl.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/backlight/tps65217_bl.c
b/drivers/video/backlight/tps65217_bl.c
index d96d713fe7db304b6af3cb1ad29e329ff9b7c12b..8aa860350644f22b4c3fb05fd640f294ac0897b4 100644
(file)
--- a/
drivers/video/backlight/tps65217_bl.c
+++ b/
drivers/video/backlight/tps65217_bl.c
@@
-11,7
+11,6
@@
#include <linux/kernel.h>
#include <linux/backlight.h>
#include <linux/err.h>
-#include <linux/fb.h>
#include <linux/mfd/tps65217.h>
#include <linux/module.h>
#include <linux/platform_device.h>