diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-08 15:46:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-08 15:23:17 +0100 |
commit | a5c9a1444088099c6d52939ed2f34049d5d00b5f (patch) | |
tree | ac2589ad7e3d4964909aae7cdd4eb65d1ddd9ca4 /drivers/regulator | |
parent | e4d48f64fcd469feeb09fc452f8cd1dfc00b43f6 (diff) |
regulator: bd71828: Drop useless header
The bd71828 includes the legacy header <linux/gpio.h> for no
reason, drop the include. The documentation mentions GPIO but there
is no usage of the GPIO namespace.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-10-939b5e84dd18@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/bd71828-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/bd71828-regulator.c b/drivers/regulator/bd71828-regulator.c index f3205dc9d4fc..08d4ee369287 100644 --- a/drivers/regulator/bd71828-regulator.c +++ b/drivers/regulator/bd71828-regulator.c @@ -5,7 +5,6 @@ #include <linux/delay.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/mfd/rohm-bd71828.h> |