linux/arch/s390/boot/compressed
Vasily Gorbik 39f2899b98 s390/decompressor: fix build warning
Fixes the following warning with CONFIG_KERNEL_UNCOMPRESSED=y

arch/s390/boot/compressed/decompressor.h:6:46: warning: non-void function
does not return a value [-Wreturn-type]
static inline void *decompress_kernel(void) {}
                                             ^

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2020-11-09 11:20:59 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
decompressor.c s390/boot: enable .bss section for compressed kernel 2020-09-16 14:08:47 +02:00
decompressor.h s390/decompressor: fix build warning 2020-11-09 11:20:59 +01:00
Makefile s390/boot: enable .bss section for compressed kernel 2020-09-16 14:08:47 +02:00
vmlinux.lds.S s390/boot: enable .bss section for compressed kernel 2020-09-16 14:08:47 +02:00