summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-20 18:17:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-02-20 18:30:26 +0100
commit2b8f1b044e849a65b965b1d1dd59c5303dc59a42 (patch)
treed4cceb6a7f0897d5eef4ee702efa3059ce036955
parent309a75baafc307c77aab2ebe6055ee89a963c626 (diff)
downloadbarebox-2b8f1b044e849a65b965b1d1dd59c5303dc59a42.tar.gz
barebox-2b8f1b044e849a65b965b1d1dd59c5303dc59a42.tar.xz
make internal function static
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/lib/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/arm.c b/arch/arm/lib/arm.c
index fe8ee93885..489424707e 100644
--- a/arch/arm/lib/arm.c
+++ b/arch/arm/lib/arm.c
@@ -5,7 +5,7 @@
#include <asm-generic/memory_layout.h>
#include <reloc.h>
-int arm_mem_malloc_init(void)
+static int arm_mem_malloc_init(void)
{
mem_malloc_init((void *)MALLOC_BASE,
(void *)(MALLOC_BASE + MALLOC_SIZE));