Skip to content

Commit edeec4f

Browse files
Linus WalleijLee 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 <linus.walleij@linaro.org> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent e42617b commit edeec4f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)