projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b53bf1
)
backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 6 Sep 2024 07:52:26 +0000
(09:52 +0200)
committer
Lee Jones
<lee@kernel.org>
Mon, 30 Sep 2024 15:49:41 +0000
(16:49 +0100)
This lcd driver is independent from the backlight code.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Link:
https://lore.kernel.org/r/20240906075439.98476-13-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/lms501kf03.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/lms501kf03.c
b/drivers/video/backlight/lms501kf03.c
index
8aebe0a
..
e051e6b
100644
(file)
--- a/
drivers/video/backlight/lms501kf03.c
+++ b/
drivers/video/backlight/lms501kf03.c
@@
-6,7
+6,6
@@
* Author: Jingoo Han <jg1.han@samsung.com>
*/
-#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/lcd.h>