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:
d520ae4
)
backlight: vgg2432a4: Do not include <linux/fb.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 31 Jan 2025 13:58:46 +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-16-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/vgg2432a4.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/backlight/vgg2432a4.c
b/drivers/video/backlight/vgg2432a4.c
index bfc1913e8b55e3b60946624d3565d37aad5801cd..3005eba6c82c7c301e05d2636652c5fe6986c652 100644
(file)
--- a/
drivers/video/backlight/vgg2432a4.c
+++ b/
drivers/video/backlight/vgg2432a4.c
@@
-10,7
+10,6
@@
#include <linux/delay.h>
#include <linux/err.h>
-#include <linux/fb.h>
#include <linux/init.h>
#include <linux/lcd.h>
#include <linux/module.h>