diff options
Diffstat (limited to 'arch/parisc/boot/compressed/misc.c')
-rw-r--r-- | arch/parisc/boot/compressed/misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/boot/compressed/misc.c b/arch/parisc/boot/compressed/misc.c index 13a4bf9ac4da..9345b44b86f0 100644 --- a/arch/parisc/boot/compressed/misc.c +++ b/arch/parisc/boot/compressed/misc.c | |||
@@ -24,7 +24,8 @@ | |||
24 | /* Symbols defined by linker scripts */ | 24 | /* Symbols defined by linker scripts */ |
25 | extern char input_data[]; | 25 | extern char input_data[]; |
26 | extern int input_len; | 26 | extern int input_len; |
27 | extern __le32 output_len; /* at unaligned address, little-endian */ | 27 | /* output_len is inserted by the linker possibly at an unaligned address */ |
28 | extern __le32 output_len __aligned(1); | ||
28 | extern char _text, _end; | 29 | extern char _text, _end; |
29 | extern char _bss, _ebss; | 30 | extern char _bss, _ebss; |
30 | extern char _startcode_end; | 31 | extern char _startcode_end; |