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

No differences found