summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 09:20:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 09:20:27 +0200
commitbcf8a2f798fff9d8f9cf3b4579c3e1dee9379070 (patch)
treeb327447a7757ce1bf5d185dc13ac0888a475ac67 /arch/ppc
parentb1e843987a83a74013554a00b6815c74ba3ee21a (diff)
downloadbarebox-bcf8a2f798fff9d8f9cf3b4579c3e1dee9379070.tar.gz
barebox-bcf8a2f798fff9d8f9cf3b4579c3e1dee9379070.tar.xz
remove unused extern declaration
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/lib/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc/lib/board.c b/arch/ppc/lib/board.c
index 534dc418c1..efea254a74 100644
--- a/arch/ppc/lib/board.c
+++ b/arch/ppc/lib/board.c
@@ -29,7 +29,6 @@
#include <mem_malloc.h>
#include <init.h>
#include <net.h>
-#include <serial.h>
char *strmhz (char *buf, long hz)
{
@@ -56,8 +55,6 @@ char *strmhz (char *buf, long hz)
void board_init_r (ulong end_of_ram)
{
- extern void malloc_bin_reloc (void);
-
asm ("sync ; isync");
mem_malloc_init((void *)(end_of_ram - 4096 - CFG_MALLOC_LEN), (void *)(end_of_ram - 4096));