diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-01-08 21:08:55 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-01-13 16:15:07 +0300 |
commit | 760c6ce64b7355bf583928200db9a553c0751a11 (patch) | |
tree | c9a0c319538f51fc0d8319f2b10e7565820382d3 /arch/s390/include/asm/setup.h | |
parent | 2154e0b3282d0029ea7790a8414d61d5dc7d72ff (diff) | |
download | linux-760c6ce64b7355bf583928200db9a553c0751a11.tar.xz |
s390: move __amode31_base declaration to proper header file
Move __amode31_base declaration to proper header file to get rid of
arch/s390/boot/startup.c:24:15:
warning: symbol '__amode31_base' was not declared. Should it be static?
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/setup.h')
-rw-r--r-- | arch/s390/include/asm/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h index 6792ce28d37a..177bf6deaa27 100644 --- a/arch/s390/include/asm/setup.h +++ b/arch/s390/include/asm/setup.h @@ -76,6 +76,7 @@ extern unsigned long ident_map_size; extern unsigned long pgalloc_pos; extern unsigned long pgalloc_end; extern unsigned long pgalloc_low; +extern unsigned long __amode31_base; /* The Write Back bit position in the physaddr is given by the SLPC PCI */ extern unsigned long mio_wb_bit_mask; |