summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-06-26 02:25:12 +0300
committerLee Jones <lee.jones@linaro.org>2020-07-01 12:56:27 +0300
commitf3528630e2e7b1556b0f150f1e205462c66efe8e (patch)
tree5217fb028a048fe418a08258bf128355d219fc24 /drivers/video
parente994734fdca7309234a210169c7a7f2f446e430f (diff)
downloadlinux-f3528630e2e7b1556b0f150f1e205462c66efe8e.tar.xz
backlight: lms501kf03: Drop unused include
This driver includes <linux/gpio.h> but does not use any symbols from that file, 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/lms501kf03.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/lms501kf03.c b/drivers/video/backlight/lms501kf03.c
index 8ae32e3573c1..52d3ee6c3f7f 100644
--- a/drivers/video/backlight/lms501kf03.c
+++ b/drivers/video/backlight/lms501kf03.c
@@ -9,7 +9,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>