summaryrefslogtreecommitdiff
path: root/arch/mips/lib
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>2012-06-03 23:46:04 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>2012-06-03 23:46:04 +0200
commite034ea3b77baf90ab8dde2c1beeb22704b01fb2d (patch)
treedda320bfb851444dce71331cacb3b463249519f3 /arch/mips/lib
parented53010441c1aa29b127aecf57b1d83d23e63f8d (diff)
downloadu-boot-imx-e034ea3b77baf90ab8dde2c1beeb22704b01fb2d.zip
u-boot-imx-e034ea3b77baf90ab8dde2c1beeb22704b01fb2d.tar.gz
u-boot-imx-e034ea3b77baf90ab8dde2c1beeb22704b01fb2d.tar.bz2
MIPS: board.c: move extern declarations to u-boot-mips.h
This fixes some remaining checkpatch.pl warnings. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'arch/mips/lib')
-rw-r--r--arch/mips/lib/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c
index 59a8001..62d47a8 100644
--- a/arch/mips/lib/board.c
+++ b/arch/mips/lib/board.c
@@ -38,13 +38,6 @@
DECLARE_GLOBAL_DATA_PTR;
-extern int timer_init(void);
-
-extern int incaip_set_cpuclk(void);
-
-extern ulong uboot_end_data;
-extern ulong uboot_end;
-
ulong monitor_flash_len;
static char *failed = "*** failed ***\n";