diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-08 15:46:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 15:23:11 +0100 |
commit | d0d58fe27b344fb6d0edb5fd2038372b5e5ed95b (patch) | |
tree | 7b6d0848602406be2234f84e891cf0836c395b95 /drivers/regulator | |
parent | 9b966639b0cc742a9c4b6329a8e27128e4424cf1 (diff) |
regulator: s2mpa01: Drop useless header
The TPS65910 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-2-939b5e84dd18@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/s2mpa01.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/s2mpa01.c b/drivers/regulator/s2mpa01.c index b147ff6a16b1..c22fdde67f9c 100644 --- a/drivers/regulator/s2mpa01.c +++ b/drivers/regulator/s2mpa01.c @@ -5,7 +5,6 @@ #include <linux/bug.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/of.h> |