diff options
author | Alexander Egorenkov <egorenar@linux.ibm.com> | 2021-07-05 19:33:27 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-07-27 09:39:14 +0200 |
commit | c5cf505446db70247a0beb5e70693a5f4754894d (patch) | |
tree | a557e8e980f9bb93560ba40fa7aef49b5bab9566 /arch/s390/boot/startup.c | |
parent | 5492886c14744d239e87f1b0b774b5a341e755cc (diff) | |
download | linux-c5cf505446db70247a0beb5e70693a5f4754894d.tar.gz linux-c5cf505446db70247a0beb5e70693a5f4754894d.tar.bz2 linux-c5cf505446db70247a0beb5e70693a5f4754894d.zip |
s390/boot: move uv function declarations to boot/uv.h
The functions adjust_to_uv_max() and uv_query_info() are used only
in the decompressor. Therefore, move the function declarations from
the global arch/s390/include/asm/uv.h to arch/s390/boot/uv.h.
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/boot/startup.c')
-rw-r--r-- | arch/s390/boot/startup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/startup.c b/arch/s390/boot/startup.c index 793d1599825d..e4ebebfd1bbb 100644 --- a/arch/s390/boot/startup.c +++ b/arch/s390/boot/startup.c @@ -12,6 +12,7 @@ #include <asm/uv.h> #include "compressed/decompressor.h" #include "boot.h" +#include "uv.h" unsigned long __bootdata_preserved(__kaslr_offset); unsigned long __bootdata_preserved(VMALLOC_START); |