diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-08 15:46:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 15:23:13 +0100 |
commit | 4eb351fb89d68efeaca3625dccbbf492f5450801 (patch) | |
tree | 0d707eac8a976dd3e00fccd0a1a6908ec508dc0b /drivers/regulator/mt6311-regulator.c | |
parent | 2f26d97863f05b83b8f7872aff81ecb9d6b76b50 (diff) |
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/mt6311-regulator.c')
-rw-r--r-- | drivers/regulator/mt6311-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mt6311-regulator.c b/drivers/regulator/mt6311-regulator.c index b0771770cc26..63a51485f2cc 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> |