diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-04-15 15:29:45 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-04-17 15:49:22 +0300 |
commit | ea1a6a15f4090dc7f852892bc6976b2131e9b9ea (patch) | |
tree | 015049b7c88eac859b5647e0f44909cad1a03ac4 /drivers/leds | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-ea1a6a15f4090dc7f852892bc6976b2131e9b9ea.tar.xz |
leds: lm355x: Drop surplus include
This driver includes <linux/gpio.h> but does not use
any symbols from that file, so drop the include.
Cc: G.Shark Jeong <gshark.jeong@gmail.com>
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-lm355x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-lm355x.c b/drivers/leds/leds-lm355x.c index a5abb499574b..11ce05249751 100644 --- a/drivers/leds/leds-lm355x.c +++ b/drivers/leds/leds-lm355x.c @@ -7,7 +7,6 @@ #include <linux/module.h> #include <linux/delay.h> #include <linux/i2c.h> -#include <linux/gpio.h> #include <linux/leds.h> #include <linux/slab.h> #include <linux/platform_device.h> |