From: Florian Fainelli Date: Tue, 23 Mar 2010 09:30:08 +0000 (+0100) Subject: MIPS: BCM63xx: Fix build failure in board_bcm963xx.c X-Git-Tag: v2.6.34-rc4~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3644a95db11e2e582ae3765ffad6e0cce5376e;p=pandora-kernel.git 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 To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/1077/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed