diff options
Diffstat (limited to 'arch/arm/mach-stm32mp/pwr_regulator.c')
-rw-r--r-- | arch/arm/mach-stm32mp/pwr_regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/pwr_regulator.c b/arch/arm/mach-stm32mp/pwr_regulator.c index 977cc7d348..4559ef599d 100644 --- a/arch/arm/mach-stm32mp/pwr_regulator.c +++ b/arch/arm/mach-stm32mp/pwr_regulator.c @@ -8,6 +8,7 @@ #include <errno.h> #include <regmap.h> #include <syscon.h> +#include <dm/device_compat.h> #include <linux/err.h> #include <power/pmic.h> #include <power/regulator.h> |