diff options
Diffstat (limited to 'drivers/clk/clk_stm32f.c')
-rw-r--r-- | drivers/clk/clk_stm32f.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk_stm32f.c b/drivers/clk/clk_stm32f.c index cbcfe3a89d..6d604cd82c 100644 --- a/drivers/clk/clk_stm32f.c +++ b/drivers/clk/clk_stm32f.c @@ -7,6 +7,7 @@ #include <common.h> #include <clk-uclass.h> #include <dm.h> +#include <log.h> #include <stm32_rcc.h> #include <asm/io.h> |