clk: armada-37xx-periph: fix DDR PHY clock divider values
[oweals/u-boot.git] / drivers / clk / clk_sandbox_ccf.c
index 9fa27229e18668305e41d65d7e6a8e1390f4d657..3543bea70d2b32f5b21920d57b2103a76e22377d 100644 (file)
@@ -9,10 +9,13 @@
 #include <common.h>
 #include <dm.h>
 #include <clk.h>
+#include <malloc.h>
 #include <asm/clk.h>
 #include <clk-uclass.h>
+#include <dm/devres.h>
 #include <linux/clk-provider.h>
 #include <sandbox-clk.h>
+#include <linux/err.h>
 
 /*
  * Sandbox implementation of CCF primitives necessary for clk-uclass testing