diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-06-01 02:08:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-03 19:52:20 +0300 |
commit | 5cbb1515e75c0b8d328ddce0f5e4ff636334373c (patch) | |
tree | 9a7fd6de5ae9298a85b71772318326438967e6f9 /drivers/regulator/bd718x7-regulator.c | |
parent | 532e9334eb38de50d75b6a0e94832ee9d9975743 (diff) | |
download | linux-5cbb1515e75c0b8d328ddce0f5e4ff636334373c.tar.xz |
regulator: bd718x7: Drop unused include
This driver does not use any symbols from <linux/gpio.h>
so just drop the include.
Cc: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-By: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/bd718x7-regulator.c')
-rw-r--r-- | drivers/regulator/bd718x7-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/bd718x7-regulator.c b/drivers/regulator/bd718x7-regulator.c index fde4264da6ff..8c22cfb76173 100644 --- a/drivers/regulator/bd718x7-regulator.c +++ b/drivers/regulator/bd718x7-regulator.c @@ -4,7 +4,6 @@ #include <linux/delay.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/mfd/rohm-bd718x7.h> |