From e034ea3b77baf90ab8dde2c1beeb22704b01fb2d Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sun, 3 Jun 2012 23:46:04 +0200 Subject: MIPS: board.c: move extern declarations to u-boot-mips.h This fixes some remaining checkpatch.pl warnings. Signed-off-by: Daniel Schwierzeck --- arch/mips/lib/board.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/mips/lib') diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index 59a80011d..62d47a8bf 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"; -- cgit v1.2.3