aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-06-09 13:05:13 +0200
committerMark Brown <broonie@kernel.org>2019-06-10 15:40:58 +0100
commitd17adf7d3f5be74bdfda89ceed7bff3910ffb6d4 (patch)
tree636a08f7a9de3f1ac88a8202141766f85db06ec4 /drivers/regulator
parentregulator: max8952: simplify getting the adapter of a client (diff)
downloadlinux-dev-d17adf7d3f5be74bdfda89ceed7bff3910ffb6d4.tar.xz
linux-dev-d17adf7d3f5be74bdfda89ceed7bff3910ffb6d4.zip
regulator: max77802: Drop unused includes
This driver does not use any symbols from <linux/gpio.h> no <linux/gpio/consumer.h> so just drop the includes. Cc: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/max77802-regulator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/max77802-regulator.c b/drivers/regulator/max77802-regulator.c
index ea7b50397300..7b8ec8c0bd15 100644
--- a/drivers/regulator/max77802-regulator.c
+++ b/drivers/regulator/max77802-regulator.c
@@ -14,9 +14,7 @@
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/slab.h>
-#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>