aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2023-08-08 15:46:32 +0200
committerMark Brown <[email protected]>2023-08-08 15:23:12 +0100
commit2f26d97863f05b83b8f7872aff81ecb9d6b76b50 (patch)
tree22e32a2a3fa153d776e162f2c52ab8d3c5ecf1cc
parent052eff402fb754f3472833cb679ceef954ebf2a0 (diff)
regulator: rc5t583: Drop useless header
The RC5T583 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/rc5t583-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t583-regulator.c
index a5afca73715d..a25a141e86c4 100644
--- a/drivers/regulator/rc5t583-regulator.c
+++ b/drivers/regulator/rc5t583-regulator.c
@@ -16,7 +16,6 @@
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
-#include <linux/gpio.h>
#include <linux/mfd/rc5t583.h>
struct rc5t583_regulator_info {