diff options
Diffstat (limited to 'drivers/clk/clk_sandbox_test.c')
-rw-r--r-- | drivers/clk/clk_sandbox_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/clk_sandbox_test.c b/drivers/clk/clk_sandbox_test.c index 628110de3e..873383856f 100644 --- a/drivers/clk/clk_sandbox_test.c +++ b/drivers/clk/clk_sandbox_test.c @@ -6,7 +6,9 @@ #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 { |