From 052eff402fb754f3472833cb679ceef954ebf2a0 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 8 Aug 2023 15:46:30 +0200 Subject: [PATCH] regulator: rpi-panel-attiny: Drop useless header The RPI panel regulator driver includes the legacy header for no reason, this is a driver and is already included. Drop the include. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-3-939b5e84dd18@linaro.org Signed-off-by: Mark Brown --- drivers/regulator/rpi-panel-attiny-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/rpi-panel-attiny-regulator.c b/drivers/regulator/rpi-panel-attiny-regulator.c index ed046cc998c6d..f52c3d47ecea2 100644 --- a/drivers/regulator/rpi-panel-attiny-regulator.c +++ b/drivers/regulator/rpi-panel-attiny-regulator.c @@ -7,7 +7,6 @@ #include #include -#include #include #include #include -- 2.30.2