9
0
Fork 0

make internal function static

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-02-20 18:17:42 +01:00
parent 309a75baaf
commit 2b8f1b044e
1 changed files with 1 additions and 1 deletions

View File

@ -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));