diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-08 16:46:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 17:23:18 +0300 |
commit | f321708da4db6b15a8691dc64b2d5169234937bc (patch) | |
tree | 6c693245d45d59908b1ff226661146d76b7f0d9d /drivers/regulator/bd71815-regulator.c | |
parent | a5c9a1444088099c6d52939ed2f34049d5d00b5f (diff) | |
download | linux-f321708da4db6b15a8691dc64b2d5169234937bc.tar.xz |
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>
Diffstat (limited to 'drivers/regulator/bd71815-regulator.c')
-rw-r--r-- | drivers/regulator/bd71815-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/bd71815-regulator.c b/drivers/regulator/bd71815-regulator.c index 475b1e0110e7..26192d55a685 100644 --- a/drivers/regulator/bd71815-regulator.c +++ b/drivers/regulator/bd71815-regulator.c @@ -18,7 +18,6 @@ #include <linux/regulator/driver.h> #include <linux/delay.h> #include <linux/slab.h> -#include <linux/gpio.h> #include <linux/mfd/rohm-generic.h> #include <linux/mfd/rohm-bd71815.h> #include <linux/regulator/of_regulator.h> |