summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-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));