Skip to content

Commit f321708

Browse files
linuswbroonie
authored andcommitted
regulator: bd71815: Drop useless header
The bd71815 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-11-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent a5c9a14 commit f321708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/bd71815-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <linux/regulator/driver.h>
1919
#include <linux/delay.h>
2020
#include <linux/slab.h>
21-
#include <linux/gpio.h>
2221
#include <linux/mfd/rohm-generic.h>
2322
#include <linux/mfd/rohm-bd71815.h>
2423
#include <linux/regulator/of_regulator.h>

0 commit comments

Comments
 (0)