aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-04-15 14:37:50 +0200
committerPavel Machek <pavel@ucw.cz>2020-04-17 14:49:22 +0200
commitcb60e2f9af80b1c2f096d63d51993ad0e00190db (patch)
tree9123e79368da8c4dd308136b6c6b3649f9f49462 /drivers/leds
parentleds: lp3952: Include the right header (diff)
downloadlinux-dev-cb60e2f9af80b1c2f096d63d51993ad0e00190db.tar.xz
linux-dev-cb60e2f9af80b1c2f096d63d51993ad0e00190db.zip
leds: lt3593: Drop surplus include
This driver is already including and using the proper <linux/gpio/consumer.h> header, there is no need to include the legacy <linux/gpio.h> header. Cc: Daniel Mack <daniel@zonque.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-lt3593.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c
index c94995f0daa2..9079850e6ea4 100644
--- a/drivers/leds/leds-lt3593.c
+++ b/drivers/leds/leds-lt3593.c
@@ -5,7 +5,6 @@
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/delay.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/slab.h>
#include <linux/module.h>