diff options
Diffstat (limited to 'drivers/power/regulator/stm32-vrefbuf.c')
-rw-r--r-- | drivers/power/regulator/stm32-vrefbuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/stm32-vrefbuf.c b/drivers/power/regulator/stm32-vrefbuf.c index dd8a33f15be..c37998a4bac 100644 --- a/drivers/power/regulator/stm32-vrefbuf.c +++ b/drivers/power/regulator/stm32-vrefbuf.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY UCLASS_REGULATOR +#include <common.h> #include <clk.h> #include <dm.h> #include <asm/io.h> |