]> git.baikalelectronics.ru Git - kernel.git/commit
s390/init: add missing __init annotations
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 9 Sep 2020 12:27:25 +0000 (14:27 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 14 Sep 2020 08:08:07 +0000 (10:08 +0200)
commit2b0ebd18797cfd55dffbefbbae76f587bf0f63b8
tree0cc8e7b4cf2dae36d7e31299d1a22c58ba5637b6
parent442ffccedd9c6ab75b9c4f7e652f53cf6ef3b492
s390/init: add missing __init annotations

Add __init to reserve_memory_end, reserve_oldmem and remove_oldmem.
Sometimes these functions are not inlined, and then the build
complains about section mismatch.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/setup.c