Skip to content

Commit 2e903ea

Browse files
Linus Walleijbroonie
authored andcommitted
regulator: mcp16502: Drop useless header
The mcp16502 regulator driver includes the legacy header <linux/gpio.h> for no reason, it is already using the proper <linux/gpio/consumer.h> include. Drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-7-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4eb351f commit 2e903ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/regulator/mcp16502.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//
99
// Inspired from tps65086-regulator.c
1010

11-
#include <linux/gpio.h>
1211
#include <linux/i2c.h>
1312
#include <linux/init.h>
1413
#include <linux/kernel.h>

0 commit comments

Comments
 (0)