aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-08 15:46:30 +0200
committerMark Brown <broonie@kernel.org>2023-08-08 15:23:12 +0100
commit052eff402fb754f3472833cb679ceef954ebf2a0 (patch)
tree1ae13e53b31b965f62ad00976422c836b0b6a203 /drivers/regulator
parentd0d58fe27b344fb6d0edb5fd2038372b5e5ed95b (diff)
downloadlinux-052eff402fb754f3472833cb679ceef954ebf2a0.tar.gz
regulator: rpi-panel-attiny: Drop useless header
The RPI panel regulator driver includes the legacy header <linux/gpio.h> for no reason, this is a driver and <linux/gpio/driver.h> is already included. Drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-3-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/rpi-panel-attiny-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/rpi-panel-attiny-regulator.c b/drivers/regulator/rpi-panel-attiny-regulator.c
index ed046cc998c6d..f52c3d47ecea2 100644
--- a/drivers/regulator/rpi-panel-attiny-regulator.c
+++ b/drivers/regulator/rpi-panel-attiny-regulator.c
@@ -7,7 +7,6 @@
#include <linux/backlight.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/i2c.h>
#include <linux/init.h>