summaryrefslogtreecommitdiff
path: root/cmd/clk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/clk.c')
-rw-r--r--cmd/clk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/clk.c b/cmd/clk.c
index a2bfce12ae..d51b987dde 100644
--- a/cmd/clk.c
+++ b/cmd/clk.c
@@ -12,7 +12,9 @@
#include <dm/device-internal.h>
#include <linux/clk-provider.h>
#endif
+#include <compiler.h>
#include <stdio.h>
+#include <asm/types.h>
#include <linux/kernel.h>
#if defined(CONFIG_DM) && defined(CONFIG_CLK)