powerpc/shared/startup/bspstart.c: Fix warning for mvme2100

This commit is contained in:
Joel Sherrill
2014-10-20 14:13:47 -05:00
parent ce5c3b34bd
commit 7294054b30

View File

@@ -123,7 +123,7 @@ unsigned int EUMBBAR;
* Register (EUMBBAR) as read from the processor configuration register using
* Processor Address Map B (CHRP).
*/
unsigned int get_eumbbar(void) {
static unsigned int get_eumbbar(void) {
out_le32( (volatile unsigned *)0xfec00000, 0x80000078 );
return in_le32( (volatile unsigned *)0xfee00000 );
}