diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-06-26 02:25:12 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-07-01 12:56:27 +0300 |
commit | f3528630e2e7b1556b0f150f1e205462c66efe8e (patch) | |
tree | 5217fb028a048fe418a08258bf128355d219fc24 /drivers/video | |
parent | e994734fdca7309234a210169c7a7f2f446e430f (diff) | |
download | linux-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.c | 1 |
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> |