s390/boot: move uv function declarations to boot/uv.h
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Mon, 5 Jul 2021 17:33:27 +0000 (19:33 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:14 +0000 (09:39 +0200)
commitc5cf505446db70247a0beb5e70693a5f4754894d
treea557e8e980f9bb93560ba40fa7aef49b5bab9566
parent5492886c14744d239e87f1b0b774b5a341e755cc
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>
arch/s390/boot/startup.c
arch/s390/boot/uv.c
arch/s390/boot/uv.h [new file with mode: 0644]
arch/s390/include/asm/uv.h