diff options
| author | Tanmay Kathpalia <[email protected]> | 2025-10-22 22:00:17 -0700 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-10-30 10:11:18 +0800 |
| commit | d805a18ec60acdb0c2f28b56d336d026bad3c44e (patch) | |
| tree | d78e147ed4e9cba83b8613d6d1f48d6d72c01364 /drivers | |
| parent | f896f5c2523fd1dfabad3441518ced34fc4d816d (diff) | |
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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/regulator/fixed.c | 1 | ||||
| -rw-r--r-- | drivers/power/regulator/gpio-regulator.c | 1 | ||||
| -rw-r--r-- | drivers/power/regulator/regulator_common.c | 1 |
3 files changed, 0 insertions, 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 <asm/gpio.h> #include <power/pmic.h> #include <power/regulator.h> -#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 <linux/printk.h> #include <power/pmic.h> #include <power/regulator.h> -#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 <asm/gpio.h> #include <linux/delay.h> #include <power/regulator.h> -#include "regulator_common.h" #include "regulator_common.h" |
