]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390: Remove __bootdata annotations from declarations
authorVasily Gorbik <gor@linux.ibm.com>
Tue, 10 Dec 2024 11:35:40 +0000 (12:35 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 15 Dec 2024 15:19:04 +0000 (16:19 +0100)
commit912a0d35232686673a92a3728606f618da64291e
treea83709785c4c5fc5c7444dafb16ee20f9a550ece
parent5c9e37e5233ec3a6b4f2d160c697b8b28d13f134
s390: Remove __bootdata annotations from declarations

For consistency, remove the `__bootdata` and `__bootdata_preserved`
section annotations from variable declarations in header files. Section
annotations should be applied to definitions, not declarations. This
change moves the annotations to the variable definitions in the
corresponding source files.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/abs_lowcore.h
arch/s390/include/asm/page-states.h
arch/s390/include/asm/pgtable.h
arch/s390/kernel/abs_lowcore.c
arch/s390/kernel/os_info.c
arch/s390/kernel/setup.c
arch/s390/kernel/vmcore_info.c
arch/s390/mm/maccess.c