Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>

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>

authored by

Thomas Zimmermann and committed by
Lee Jones
2576e64b 3b53bf14

-1
-1
drivers/video/backlight/lms501kf03.c
··· 6 6 * Author: Jingoo Han <jg1.han@samsung.com> 7 7 */ 8 8 9 - #include <linux/backlight.h> 10 9 #include <linux/delay.h> 11 10 #include <linux/fb.h> 12 11 #include <linux/lcd.h>