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

regulator: s2mpa01: Drop useless header

The TPS65910 includes the legacy header <linux/gpio.h> for no
reason, drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-2-939b5e84dd18@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Linus Walleij and committed by
Mark Brown
d0d58fe2 9b966639

-1
-1
drivers/regulator/s2mpa01.c
··· 5 5 6 6 #include <linux/bug.h> 7 7 #include <linux/err.h> 8 - #include <linux/gpio.h> 9 8 #include <linux/slab.h> 10 9 #include <linux/module.h> 11 10 #include <linux/of.h>