X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fs390%2Fboot%2Fcompressed%2Fdecompressor.c;h=e27c2140d620689eb8270695059f6815b38b981e;hb=a2d616b935a0df24bc9375785b19bf30d7fc9c6a;hp=37a4a8d33c6c5b89a301f08015874a2347773c6b;hpb=c985aafb60e972c0a6b8d0bd65e03af5890b748a;p=linux-2.6-microblaze.git diff --git a/arch/s390/boot/compressed/decompressor.c b/arch/s390/boot/compressed/decompressor.c index 37a4a8d33c6c..e27c2140d620 100644 --- a/arch/s390/boot/compressed/decompressor.c +++ b/arch/s390/boot/compressed/decompressor.c @@ -23,11 +23,6 @@ #define memmove memmove #define memzero(s, n) memset((s), 0, (n)) -/* Symbols defined by linker scripts */ -extern char _end[]; -extern unsigned char _compressed_start[]; -extern unsigned char _compressed_end[]; - #ifdef CONFIG_KERNEL_BZIP2 #define BOOT_HEAP_SIZE 0x400000 #elif CONFIG_KERNEL_ZSTD