]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
power: regulator: Remove duplicate include of regulator_common.h
authorTanmay Kathpalia <tanmay.kathpalia@altera.com>
Thu, 23 Oct 2025 05:00:17 +0000 (22:00 -0700)
committerPeng Fan <peng.fan@nxp.com>
Thu, 30 Oct 2025 02:11:18 +0000 (10:11 +0800)
Remove duplicate #include "regulator_common.h" statements from regulator
driver files.

Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/power/regulator/fixed.c
drivers/power/regulator/gpio-regulator.c
drivers/power/regulator/regulator_common.c

index 996da41546a9abb5b172fc9bc4b766731e7e61da..1dd137f493ed34ea57fd608edf049a21fae511c5 100644 (file)
@@ -13,7 +13,6 @@
 #include <asm/gpio.h>
 #include <power/pmic.h>
 #include <power/regulator.h>
-#include "regulator_common.h"
 
 #include "regulator_common.h"
 
index 38b22535c3dd4998a2670d9a1b1d24dc1e47519d..787f81702348e8fdc5575ebd702196441276b423 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/printk.h>
 #include <power/pmic.h>
 #include <power/regulator.h>
-#include "regulator_common.h"
 
 #include "regulator_common.h"
 
index c80f10c3aa3f010086365b9db6311174269acb2f..3ed713ce501909ea5e9953d6fad85d1a05fc4362 100644 (file)
@@ -9,7 +9,6 @@
 #include <asm/gpio.h>
 #include <linux/delay.h>
 #include <power/regulator.h>
-#include "regulator_common.h"
 
 #include "regulator_common.h"