commit | 93dfae744147de670f9f01f883c8e3f053156c4a | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:46 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 07:27:37 2014 -0400 |
tree | 614234ed7a890398eee4c2b3e4f777ff10a4cd52 | |
parent | 169eda6c878dc2d56705d7257c5e0ce60e0c6245 [diff] [blame] |
tegra: make local functions static Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/board/nvidia/common/emc.c b/board/nvidia/common/emc.c index 8124f8a..8c62f36 100644 --- a/board/nvidia/common/emc.c +++ b/board/nvidia/common/emc.c
@@ -5,6 +5,7 @@ */ #include <common.h> +#include "emc.h" #include <asm/io.h> #include <asm/arch/clock.h> #include <asm/arch/emc.h>