Skip to content

Commit edeec4f

Browse files
linuswLee Jones
authored andcommitted
backlight: ams369fg06: Drop GPIO include
The driver includes <linux/gpio.h> yet fails to use symbols from any the header so drop the include. Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent e42617b commit edeec4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/ams369fg06.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/backlight.h>
1212
#include <linux/delay.h>
1313
#include <linux/fb.h>
14-
#include <linux/gpio.h>
1514
#include <linux/lcd.h>
1615
#include <linux/module.h>
1716
#include <linux/spi/spi.h>

0 commit comments

Comments
 (0)