diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-04-15 15:37:50 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-04-17 15:49:22 +0300 |
commit | cb60e2f9af80b1c2f096d63d51993ad0e00190db (patch) | |
tree | 9123e79368da8c4dd308136b6c6b3649f9f49462 /drivers/leds | |
parent | da542caf1ff78bd10847b38cfd89bd6e1a6355fc (diff) | |
download | linux-cb60e2f9af80b1c2f096d63d51993ad0e00190db.tar.xz |
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.c | 1 |
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> |