From: Linus Walleij Date: Tue, 8 Aug 2023 13:46:35 +0000 (+0200) Subject: regulator: max20086: Drop useless header X-Git-Tag: v6.6.17~3970^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d150c73aa233d6469392282ef648dba5fd4b4821;p=platform%2Fkernel%2Flinux-rpi.git regulator: max20086: Drop useless header The max20086 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-8-939b5e84dd18@linaro.org Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max20086-regulator.c b/drivers/regulator/max20086-regulator.c index fad31f5..32f47b8 100644 --- a/drivers/regulator/max20086-regulator.c +++ b/drivers/regulator/max20086-regulator.c @@ -6,7 +6,6 @@ // Copyright (C) 2018 Avnet, Inc. #include -#include #include #include #include