Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Linus Walleij and committed by
Mark Brown
f321708d a5c9a144

-1
-1
drivers/regulator/bd71815-regulator.c
··· 18 18 #include <linux/regulator/driver.h> 19 19 #include <linux/delay.h> 20 20 #include <linux/slab.h> 21 - #include <linux/gpio.h> 22 21 #include <linux/mfd/rohm-generic.h> 23 22 #include <linux/mfd/rohm-bd71815.h> 24 23 #include <linux/regulator/of_regulator.h>