aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2023-08-08 15:46:28 +0200
committerMark Brown <[email protected]>2023-08-08 15:23:10 +0100
commit9b966639b0cc742a9c4b6329a8e27128e4424cf1 (patch)
treee35c8ad8fd93ad3aca12d5d940ab53113818bab2
parent200ee464f7a9a4e8d7a51a2083b28cf240e7cb91 (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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--drivers/regulator/tps65910-regulator.c1
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>