summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/bd718x7-regulator.c
diff options
context:
space:
mode:
authorLinus Walleij2019-06-01 01:08:51 +0200
committerMark Brown2019-06-03 18:52:20 +0200
commit5cbb1515e75c0b8d328ddce0f5e4ff636334373c (patch)
tree9a7fd6de5ae9298a85b71772318326438967e6f9 /drivers/regulator/bd718x7-regulator.c
parentregulator: bd70528: Drop unused include (diff)
downloadkernel-qcow2-linux-5cbb1515e75c0b8d328ddce0f5e4ff636334373c.tar.gz
kernel-qcow2-linux-5cbb1515e75c0b8d328ddce0f5e4ff636334373c.tar.xz
kernel-qcow2-linux-5cbb1515e75c0b8d328ddce0f5e4ff636334373c.zip
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.c1
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>