commit | 5e3644a95db11e2e582ae3765ffad6e0cce5376e | [log] [tgz] |
---|---|---|
author | Florian Fainelli <ffainelli@freebox.fr> | Tue Mar 23 10:30:08 2010 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Apr 12 17:26:20 2010 +0100 |
tree | fb2b262cbdb5d2f1c2d4e0a8d378e923ee4663ed | |
parent | 5808184f1b2fe06ef8a54a2b7fb1596d58098acf [diff] |
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>