regulator: max20086: Drop useless header
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 8 Aug 2023 13:46:35 +0000 (15:46 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 8 Aug 2023 14:23:15 +0000 (15:23 +0100)
commitd150c73aa233d6469392282ef648dba5fd4b4821
tree620798998376fbcd43d678340432b8b0174d06cf
parent2e903eac35ec0ea1f44af5a53d87d98309295fc3
regulator: max20086: Drop useless header

The max20086 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-8-939b5e84dd18@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max20086-regulator.c