]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cmd/clk.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / cmd / clk.c
index 6fda6efb1cea1533a62649e63746b992df249cbd..7bbcbfeda332d65446cdab5fe79c59a4b27f24c3 100644 (file)
--- a/cmd/clk.c
+++ b/cmd/clk.c
@@ -2,6 +2,7 @@
 /*
  * Copyright (C) 2013 Xilinx, Inc.
  */
+#include <common.h>
 #include <command.h>
 #include <clk.h>
 #if defined(CONFIG_DM) && defined(CONFIG_CLK)