diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-10 17:49:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-10 17:49:20 -0400 |
commit | cdebee1fd9fa04cc4c972f826bae19b28c253eb0 (patch) | |
tree | 97a13d6a54ea8cb825d19cd65d4c9480ffd327dc /drivers/power/regulator/gpio-regulator.c | |
parent | 3dd4e916324efc825a7ee8e412f5cf1ded839021 (diff) | |
parent | 468091a4602f78aaa11d41190ae66d8b240e144a (diff) |
Merge branch '2022-08-10-assorted-updates'
- An assortment of bugfixes and minor updates
Diffstat (limited to 'drivers/power/regulator/gpio-regulator.c')
-rw-r--r-- | drivers/power/regulator/gpio-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/regulator/gpio-regulator.c b/drivers/power/regulator/gpio-regulator.c index e5e08a33d3d..9c0a68aa5af 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> |