diff options
Diffstat (limited to 'drivers/clk/ics8n3qv01.c')
-rw-r--r-- | drivers/clk/ics8n3qv01.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ics8n3qv01.c b/drivers/clk/ics8n3qv01.c index e85ab1f9a0..4f80bf6e52 100644 --- a/drivers/clk/ics8n3qv01.c +++ b/drivers/clk/ics8n3qv01.c @@ -13,6 +13,7 @@ #include <dm.h> #include <clk-uclass.h> #include <i2c.h> +#include <log.h> const long long ICS8N3QV01_FREF = 114285000; const long long ICS8N3QV01_FREF_LL = 114285000LL; |