From: Linus Walleij Date: Tue, 8 Aug 2023 13:46:34 +0000 (+0200) Subject: regulator: mcp16502: Drop useless header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e903eac35ec0ea1f44af5a53d87d98309295fc3;p=linux.git regulator: mcp16502: Drop useless header The mcp16502 regulator driver includes the legacy header for no reason, it is already using the proper include. Drop the include. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-7-939b5e84dd18@linaro.org Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index 6c6f5a21362be..7a472a2ef48ad 100644 --- a/drivers/regulator/mcp16502.c +++ b/drivers/regulator/mcp16502.c @@ -8,7 +8,6 @@ // // Inspired from tps65086-regulator.c -#include #include #include #include