diff options
Diffstat (limited to 'drivers/power/regulator/sandbox.c')
-rw-r--r-- | drivers/power/regulator/sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/sandbox.c b/drivers/power/regulator/sandbox.c index e8b66bf2b14..71ef0c5441a 100644 --- a/drivers/power/regulator/sandbox.c +++ b/drivers/power/regulator/sandbox.c @@ -8,6 +8,7 @@ #include <fdtdec.h> #include <errno.h> #include <dm.h> +#include <linux/printk.h> #include <power/pmic.h> #include <power/regulator.h> #include <power/sandbox_pmic.h> |