diff options
-rw-r--r-- | arch/powerpc/kernel/prom_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index e01cda1454c9..75b487f107c3 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
@@ -1968,9 +1968,9 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4, | |||
1968 | extern char _stext[]; | 1968 | extern char _stext[]; |
1969 | unsigned long hdr; | 1969 | unsigned long hdr; |
1970 | u32 getprop_rval; | 1970 | u32 getprop_rval; |
1971 | unsigned long offset = reloc_offset(); | ||
1971 | 1972 | ||
1972 | #ifdef CONFIG_PPC32 | 1973 | #ifdef CONFIG_PPC32 |
1973 | unsigned long offset = reloc_offset(); | ||
1974 | reloc_got2(offset); | 1974 | reloc_got2(offset); |
1975 | #endif | 1975 | #endif |
1976 | 1976 | ||