Skip to content

Commit a5c9a14

Browse files
linuswbroonie
authored andcommitted
regulator: bd71828: Drop useless header
The bd71828 includes the legacy header <linux/gpio.h> for no reason, drop the include. The documentation mentions GPIO but there is no usage of the GPIO namespace. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-10-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e4d48f6 commit a5c9a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/bd71828-regulator.c

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

66
#include <linux/delay.h>
77
#include <linux/err.h>
8-
#include <linux/gpio.h>
98
#include <linux/interrupt.h>
109
#include <linux/kernel.h>
1110
#include <linux/mfd/rohm-bd71828.h>

0 commit comments

Comments
 (0)