aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-08 15:46:33 +0200
committerMark Brown <broonie@kernel.org>2023-08-08 15:23:13 +0100
commit4eb351fb89d68efeaca3625dccbbf492f5450801 (patch)
tree0d707eac8a976dd3e00fccd0a1a6908ec508dc0b /drivers/regulator
parent2f26d97863f05b83b8f7872aff81ecb9d6b76b50 (diff)
downloadlinux-4eb351fb89d68efeaca3625dccbbf492f5450801.tar.gz
regulator: mt6311: Drop useless header
The mt6311 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-6-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/mt6311-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mt6311-regulator.c b/drivers/regulator/mt6311-regulator.c
index b0771770cc2652..63a51485f2cc8c 100644
--- a/drivers/regulator/mt6311-regulator.c
+++ b/drivers/regulator/mt6311-regulator.c
@@ -4,7 +4,6 @@
// Author: Henry Chen <henryc.chen@mediatek.com>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/interrupt.h>