diff options
author | Michal Simek <michal.simek@amd.com> | 2022-08-01 14:19:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-10 13:38:30 -0400 |
commit | 99699a770744b91d93399daccf3b3caf506c04c7 (patch) | |
tree | 9282a6f3765963c848c406870d18c56bae1c9869 /drivers | |
parent | 8b8accb8bf2a5d6dc02b801281dac19214b85b84 (diff) | |
download | u-boot-99699a770744b91d93399daccf3b3caf506c04c7.tar.gz u-boot-99699a770744b91d93399daccf3b3caf506c04c7.tar.bz2 u-boot-99699a770744b91d93399daccf3b3caf506c04c7.zip |
power: regulator: Remove i2c header from gpio regulator
i2c is not used that's why header is not needed.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/regulator/fan53555.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/gpio-regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/lp873x_regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/lp87565_regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/max77686.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/palmas_regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/pfuze100.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/s2mps11_regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/s5m8767.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/sandbox.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/tps65219_regulator.c | 1 | ||||
-rw-r--r-- | drivers/power/regulator/tps65941_regulator.c | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/drivers/power/regulator/fan53555.c b/drivers/power/regulator/fan53555.c index 9d8a235b79..5681206bba 100644 --- a/drivers/power/regulator/fan53555.c +++ b/drivers/power/regulator/fan53555.c @@ -8,7 +8,6 @@ #include <errno.h> #include <dm.h> #include <fdtdec.h> -#include <i2c.h> #include <log.h> #include <asm/gpio.h> #include <linux/bitops.h> diff --git a/drivers/power/regulator/gpio-regulator.c b/drivers/power/regulator/gpio-regulator.c index e5e08a33d3..9c0a68aa5a 100644 --- a/drivers/power/regulator/gpio-regulator.c +++ b/drivers/power/regulator/gpio-regulator.c @@ -8,7 +8,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <log.h> #include <asm/gpio.h> #include <power/pmic.h> diff --git a/drivers/power/regulator/lp873x_regulator.c b/drivers/power/regulator/lp873x_regulator.c index ec1037d7a5..c326f8efa4 100644 --- a/drivers/power/regulator/lp873x_regulator.c +++ b/drivers/power/regulator/lp873x_regulator.c @@ -10,7 +10,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/lp873x.h> diff --git a/drivers/power/regulator/lp87565_regulator.c b/drivers/power/regulator/lp87565_regulator.c index 7214dc1b82..6bbc831d2c 100644 --- a/drivers/power/regulator/lp87565_regulator.c +++ b/drivers/power/regulator/lp87565_regulator.c @@ -10,7 +10,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <log.h> #include <power/pmic.h> #include <power/regulator.h> diff --git a/drivers/power/regulator/max77686.c b/drivers/power/regulator/max77686.c index f05d791b7c..cef20e1189 100644 --- a/drivers/power/regulator/max77686.c +++ b/drivers/power/regulator/max77686.c @@ -10,7 +10,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/max77686_pmic.h> diff --git a/drivers/power/regulator/palmas_regulator.c b/drivers/power/regulator/palmas_regulator.c index aaa5f3cfc6..3c4eb83be7 100644 --- a/drivers/power/regulator/palmas_regulator.c +++ b/drivers/power/regulator/palmas_regulator.c @@ -10,7 +10,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/palmas.h> diff --git a/drivers/power/regulator/pfuze100.c b/drivers/power/regulator/pfuze100.c index 698a6fa592..1d926689b3 100644 --- a/drivers/power/regulator/pfuze100.c +++ b/drivers/power/regulator/pfuze100.c @@ -9,7 +9,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <log.h> #include <power/pmic.h> #include <power/regulator.h> diff --git a/drivers/power/regulator/s2mps11_regulator.c b/drivers/power/regulator/s2mps11_regulator.c index 1c6d8358d5..93fb580407 100644 --- a/drivers/power/regulator/s2mps11_regulator.c +++ b/drivers/power/regulator/s2mps11_regulator.c @@ -8,7 +8,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <linux/delay.h> #include <power/pmic.h> #include <power/regulator.h> diff --git a/drivers/power/regulator/s5m8767.c b/drivers/power/regulator/s5m8767.c index ad0b98621c..23575831f3 100644 --- a/drivers/power/regulator/s5m8767.c +++ b/drivers/power/regulator/s5m8767.c @@ -7,7 +7,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/s5m8767.h> diff --git a/drivers/power/regulator/sandbox.c b/drivers/power/regulator/sandbox.c index c52fe3d108..e8b66bf2b1 100644 --- a/drivers/power/regulator/sandbox.c +++ b/drivers/power/regulator/sandbox.c @@ -8,7 +8,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/sandbox_pmic.h> diff --git a/drivers/power/regulator/tps65219_regulator.c b/drivers/power/regulator/tps65219_regulator.c index 023cf211fc..f87d07e61f 100644 --- a/drivers/power/regulator/tps65219_regulator.c +++ b/drivers/power/regulator/tps65219_regulator.c @@ -9,7 +9,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <log.h> #include <linux/delay.h> #include <power/pmic.h> diff --git a/drivers/power/regulator/tps65941_regulator.c b/drivers/power/regulator/tps65941_regulator.c index 89918c38fa..b041126775 100644 --- a/drivers/power/regulator/tps65941_regulator.c +++ b/drivers/power/regulator/tps65941_regulator.c @@ -10,7 +10,6 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> -#include <i2c.h> #include <log.h> #include <linux/delay.h> #include <power/pmic.h> |