OSDN Git Service

s390: fix typo in linker script
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 24 Aug 2021 12:15:50 +0000 (14:15 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 25 Aug 2021 09:03:34 +0000 (11:03 +0200)
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>
arch/s390/kernel/vmlinux.lds.S

index 1d5394b..63bdb9e 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
        BOOT_DATA_PRESERVED
 
        . = ALIGN(8);
-       .amod31.refs : {
+       .amode31.refs : {
                _start_amode31_refs = .;
                *(.amode31.refs)
                _end_amode31_refs = .;