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/power/regulator/tps65219_regulator.c | |
parent | 8b8accb8bf2a5d6dc02b801281dac19214b85b84 (diff) | |
download | u-boot-99699a770744b91d93399daccf3b3caf506c04c7.tar.gz |
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/power/regulator/tps65219_regulator.c')
-rw-r--r-- | drivers/power/regulator/tps65219_regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |