MIPS: BCM63xx: Fix build failure in board_bcm963xx.c
authorFlorian Fainelli <ffainelli@freebox.fr>
Tue, 23 Mar 2010 09:30:08 +0000 (10:30 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 Apr 2010 16:26:20 +0000 (17:26 +0100)
commit5e3644a95db11e2e582ae3765ffad6e0cce5376e
treefb2b262cbdb5d2f1c2d4e0a8d378e923ee4663ed
parent5808184f1b2fe06ef8a54a2b7fb1596d58098acf
MIPS: BCM63xx: Fix build failure in board_bcm963xx.c

Since 2083e8327aeeaf818b0e4522a9d2539835c60423, the SPROM is now registered
in the board_prom_init callback, but it references variables and functions
which are declared below.  Move the variables and functions above
board_prom_init.

Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1077/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/boards/board_bcm963xx.c