Merge git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / drivers / clk / clk_sandbox_test.c
index 41954660ea139ee7c962de70af7e4afd5fc8ad22..873383856f9233c090991393c636c25be877a6da 100644 (file)
@@ -6,7 +6,10 @@
 #include <common.h>
 #include <dm.h>
 #include <clk.h>
+#include <malloc.h>
 #include <asm/clk.h>
+#include <dm/device_compat.h>
+#include <linux/err.h>
 
 struct sandbox_clk_test {
        struct clk clks[SANDBOX_CLK_TEST_NON_DEVM_COUNT];