diff options
Diffstat (limited to 'drivers/power/regulator/gpio-regulator.c')
-rw-r--r-- | drivers/power/regulator/gpio-regulator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/regulator/gpio-regulator.c b/drivers/power/regulator/gpio-regulator.c index ded7be059bb..74137b7b876 100644 --- a/drivers/power/regulator/gpio-regulator.c +++ b/drivers/power/regulator/gpio-regulator.c @@ -10,8 +10,10 @@ #include <dm.h> #include <log.h> #include <asm/gpio.h> +#include <linux/printk.h> #include <power/pmic.h> #include <power/regulator.h> +#include "regulator_common.h" #include "regulator_common.h" |