aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2021-08-24 14:15:50 +0200
committerHeiko Carstens <hca@linux.ibm.com>2021-08-25 11:03:34 +0200
commit8b5f08b484bd948e1bedcd5a637a4f7609f1c7c1 (patch)
tree3f4cabfc5941fcbf7553efeab3a0906abeba74ed /arch/s390
parents390: remove do_signal() prototype and do_notify_resume() function (diff)
downloadlinux-dev-8b5f08b484bd948e1bedcd5a637a4f7609f1c7c1.tar.xz
linux-dev-8b5f08b484bd948e1bedcd5a637a4f7609f1c7c1.zip
s390: fix typo in linker script
Rename amod31 to amode31 like it was supposed to be. Fixes: c78d0c7484f0 ("s390: rename dma section to amode31") Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S
index 1d5394bf8c2e..63bdb9e1bfc1 100644
--- a/arch/s390/kernel/vmlinux.lds.S
+++ b/arch/s390/kernel/vmlinux.lds.S
@@ -74,7 +74,7 @@ SECTIONS
BOOT_DATA_PRESERVED
. = ALIGN(8);
- .amod31.refs : {
+ .amode31.refs : {
_start_amode31_refs = .;
*(.amode31.refs)
_end_amode31_refs = .;