Skip to content

Commit 052eff4

Browse files
Linus Walleijbroonie
authored andcommitted
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>
1 parent d0d58fe commit 052eff4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/regulator/rpi-panel-attiny-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <linux/backlight.h>
99
#include <linux/err.h>
10-
#include <linux/gpio.h>
1110
#include <linux/gpio/driver.h>
1211
#include <linux/i2c.h>
1312
#include <linux/init.h>

0 commit comments

Comments
 (0)