diff options
Diffstat (limited to 'drivers/power/regulator/tps65941_regulator.c')
-rw-r--r-- | drivers/power/regulator/tps65941_regulator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/regulator/tps65941_regulator.c b/drivers/power/regulator/tps65941_regulator.c index a00ef58129..150c72d7ec 100644 --- a/drivers/power/regulator/tps65941_regulator.c +++ b/drivers/power/regulator/tps65941_regulator.c @@ -11,6 +11,8 @@ #include <errno.h> #include <dm.h> #include <i2c.h> +#include <log.h> +#include <linux/delay.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/tps65941.h> |