s390/decompressor: fix build warning
authorVasily Gorbik <gor@linux.ibm.com>
Sat, 17 Oct 2020 13:55:10 +0000 (15:55 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 9 Nov 2020 10:20:59 +0000 (11:20 +0100)
commit39f2899b9872d02ec178568a9acfe90804d7fd70
treefed8ccf90c0cb5546e3143ede872cb4b3db06d87
parent90178c1900798633dd0c83ab693254b8705177c5
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>
arch/s390/boot/compressed/decompressor.h