diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-08 15:46:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 15:23:10 +0100 |
commit | 9b966639b0cc742a9c4b6329a8e27128e4424cf1 (patch) | |
tree | e35c8ad8fd93ad3aca12d5d940ab53113818bab2 /drivers/regulator | |
parent | 200ee464f7a9a4e8d7a51a2083b28cf240e7cb91 (diff) |
regulator: tps65910: 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-1-939b5e84dd18@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/tps65910-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index 2a0965ba1570..3a3027e0b94e 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c @@ -17,7 +17,6 @@ #include <linux/regulator/driver.h> #include <linux/regulator/machine.h> #include <linux/slab.h> -#include <linux/gpio.h> #include <linux/mfd/tps65910.h> #include <linux/regulator/of_regulator.h> |