summaryrefslogtreecommitdiff
path: root/arch/s390/boot/decompressor.c
diff options
context:
space:
mode:
authorAlexander Gordeev <agordeev@linux.ibm.com>2022-05-05 17:54:54 +0300
committerHeiko Carstens <hca@linux.ibm.com>2023-01-13 16:15:04 +0300
commit9c3205b2b062420c26b33924b910880889acf832 (patch)
treeeeba9a73f9fd58ce346c3532f66d052687e5c59a /arch/s390/boot/decompressor.c
parente7b481697188f2c715b951b4aa771a8ffebf3243 (diff)
downloadlinux-9c3205b2b062420c26b33924b910880889acf832.tar.xz
s390/boot: cleanup decompressor header files
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>
Diffstat (limited to 'arch/s390/boot/decompressor.c')
-rw-r--r--arch/s390/boot/decompressor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/decompressor.c b/arch/s390/boot/decompressor.c
index e27c2140d620..4c8c82a951b7 100644
--- a/arch/s390/boot/decompressor.c
+++ b/arch/s390/boot/decompressor.c
@@ -11,6 +11,7 @@
#include <linux/string.h>
#include <asm/page.h>
#include "decompressor.h"
+#include "boot.h"
/*
* gzip declarations