From d805a18ec60acdb0c2f28b56d336d026bad3c44e Mon Sep 17 00:00:00 2001 From: Tanmay Kathpalia Date: Wed, 22 Oct 2025 22:00:17 -0700 Subject: [PATCH] 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 --- drivers/power/regulator/fixed.c | 1 - drivers/power/regulator/gpio-regulator.c | 1 - drivers/power/regulator/regulator_common.c | 1 - 3 files changed, 3 deletions(-) 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" -- 2.47.3