aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-08 15:46:36 +0200
committerMark Brown <broonie@kernel.org>2023-08-08 15:23:16 +0100
commite4d48f64fcd469feeb09fc452f8cd1dfc00b43f6 (patch)
tree33b27805e9aa3912d738e28dd983e04cc94bb7f4 /drivers/regulator
parentd150c73aa233d6469392282ef648dba5fd4b4821 (diff)
downloadlinux-e4d48f64fcd469feeb09fc452f8cd1dfc00b43f6.tar.gz
regulator: lp8755: Drop useless header
The lp8755 includes the legacy header <linux/gpio.h> for no reason, drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-9-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/lp8755.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/lp8755.c b/drivers/regulator/lp8755.c
index 4bc310f972edb..8d01e18046f34 100644
--- a/drivers/regulator/lp8755.c
+++ b/drivers/regulator/lp8755.c
@@ -13,7 +13,6 @@
#include <linux/err.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
-#include <linux/gpio.h>
#include <linux/regmap.h>
#include <linux/uaccess.h>
#include <linux/regulator/driver.h>