Skip to content

Commit 516f325

Browse files
tdzlag-linaro
authored andcommitted
backlight: platform_lcd: Remove include statement for <linux/backlight.h>
This lcd driver does not depend on backlight interfaces. Remove the include statement. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Link: https://lore.kernel.org/r/20240906075439.98476-17-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 7c14e7a commit 516f325

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/video/backlight/platform_lcd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/module.h>
1111
#include <linux/platform_device.h>
1212
#include <linux/fb.h>
13-
#include <linux/backlight.h>
1413
#include <linux/lcd.h>
1514
#include <linux/slab.h>
1615

0 commit comments

Comments
 (0)