diff options
Diffstat (limited to 'drivers/power/regulator/pwm_regulator.c')
-rw-r--r-- | drivers/power/regulator/pwm_regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/pwm_regulator.c b/drivers/power/regulator/pwm_regulator.c index 4030144dd3..f870622705 100644 --- a/drivers/power/regulator/pwm_regulator.c +++ b/drivers/power/regulator/pwm_regulator.c @@ -10,6 +10,7 @@ #include <common.h> #include <dm.h> #include <errno.h> +#include <log.h> #include <pwm.h> #include <dm/device_compat.h> #include <power/regulator.h> |