aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-12-02 11:30:05 +0100
committerLee Jones <lee.jones@linaro.org>2019-12-16 10:30:41 +0000
commitedeec4fdc78008185eff2c352d75f048959af1d6 (patch)
tree2aaf0186225ad8ac99a8bc0ddaaf6a4d67eef8ed /drivers/video
parentLinux 5.5-rc1 (diff)
downloadlinux-dev-edeec4fdc78008185eff2c352d75f048959af1d6.tar.xz
linux-dev-edeec4fdc78008185eff2c352d75f048959af1d6.zip
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/ams369fg06.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/ams369fg06.c b/drivers/video/backlight/ams369fg06.c
index 94ccb9042440..8a4361e95a11 100644
--- a/drivers/video/backlight/ams369fg06.c
+++ b/drivers/video/backlight/ams369fg06.c
@@ -11,7 +11,6 @@
#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/fb.h>
-#include <linux/gpio.h>
#include <linux/lcd.h>
#include <linux/module.h>
#include <linux/spi/spi.h>