From: Tanmay Kathpalia Date: Thu, 23 Oct 2025 05:00:17 +0000 (-0700) Subject: power: regulator: Remove duplicate include of regulator_common.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d805a18ec60acdb0c2f28b56d336d026bad3c44e;p=thirdparty%2Fu-boot.git power: regulator: Remove duplicate include of regulator_common.h Remove duplicate #include "regulator_common.h" statements from regulator driver files. Signed-off-by: Tanmay Kathpalia Reviewed-by: Peng Fan Signed-off-by: Peng Fan --- diff --git a/drivers/power/regulator/fixed.c b/drivers/power/regulator/fixed.c index 996da41546a..1dd137f493e 100644 --- a/drivers/power/regulator/fixed.c +++ b/drivers/power/regulator/fixed.c @@ -13,7 +13,6 @@ #include #include #include -#include "regulator_common.h" #include "regulator_common.h" diff --git a/drivers/power/regulator/gpio-regulator.c b/drivers/power/regulator/gpio-regulator.c index 38b22535c3d..787f8170234 100644 --- a/drivers/power/regulator/gpio-regulator.c +++ b/drivers/power/regulator/gpio-regulator.c @@ -12,7 +12,6 @@ #include #include #include -#include "regulator_common.h" #include "regulator_common.h" diff --git a/drivers/power/regulator/regulator_common.c b/drivers/power/regulator/regulator_common.c index c80f10c3aa3..3ed713ce501 100644 --- a/drivers/power/regulator/regulator_common.c +++ b/drivers/power/regulator/regulator_common.c @@ -9,7 +9,6 @@ #include #include #include -#include "regulator_common.h" #include "regulator_common.h"