]> git.baikalelectronics.ru Git - kernel.git/commit
s390/boot: cleanup decompressor header files
authorAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 5 May 2022 14:54:54 +0000 (16:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:33:00 +0000 (09:33 +0100)
commit691a08541687f3f8d17c4e93f2d11b59f12e2629
tree18267c1f4e95497066fc5071670b889d735a772e
parent745b2ff4c1ac357d25fe4a98980e0bb40a3552cf
s390/boot: cleanup decompressor header files

[ Upstream commit 1243fce04b57ce19d0d8a032605e2bbf68784e1c ]

Move declarations to appropriate header files. Instead of cryptic
casting directly assign struct vmlinux_info type to _vmlinux_info
linker script variable - wich it actually is.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Stable-dep-of: 2db7e7c4b86f ("s390/boot: fix mem_detect extended area allocation")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/boot/boot.h
arch/s390/boot/decompressor.c
arch/s390/boot/decompressor.h