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: rk808: Drop useless headers

The RK808 is already using the proper <linux/gpio/consumer.h>
header and includes the legacy headers <linux/gpio.h> and
<linux/of_gpio.h> for no reason, drop the includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230911-descriptors-regulator-v2-1-ce978c52c557@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Linus Walleij and committed by
Mark Brown
dd35a4de ab6fa925

-2
-2
drivers/regulator/rk808-regulator.c
··· 15 15 */ 16 16 17 17 #include <linux/delay.h> 18 - #include <linux/gpio.h> 19 18 #include <linux/module.h> 20 19 #include <linux/of.h> 21 - #include <linux/of_gpio.h> 22 20 #include <linux/mfd/rk808.h> 23 21 #include <linux/platform_device.h> 24 22 #include <linux/regulator/driver.h>