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

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>

authored by

Linus Walleij and committed by
Lee Jones
edeec4fd e42617b8

-1
-1
drivers/video/backlight/ams369fg06.c
··· 11 11 #include <linux/backlight.h> 12 12 #include <linux/delay.h> 13 13 #include <linux/fb.h> 14 - #include <linux/gpio.h> 15 14 #include <linux/lcd.h> 16 15 #include <linux/module.h> 17 16 #include <linux/spi/spi.h>