Skip to content

Commit 2e903ea

Browse files
linuswbroonie
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4eb351f commit 2e903ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)