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 <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 7c14e7a commit 516f325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)