regulator: mcp16502: Drop useless header
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 8 Aug 2023 13:46:34 +0000 (15:46 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 8 Aug 2023 14:23:14 +0000 (15:23 +0100)
commit2e903eac35ec0ea1f44af5a53d87d98309295fc3
treebbf8106accd58e42a796d2a3103bb1c82358d239
parent4eb351fb89d68efeaca3625dccbbf492f5450801
regulator: mcp16502: Drop useless header

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