]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kexec: add missing include to machine_kexec_reloc.c
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 17 Jul 2019 17:42:22 +0000 (19:42 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 29 Jul 2019 16:05:03 +0000 (18:05 +0200)
commit00babb019ec35c38b76bef175570bee628fc1feb
tree9166b29d8e78615fde5bef2ca8f81d4c8e7a82bd
parenta63703a532406d4596345c6207558c42df6c919f
s390/kexec: add missing include to machine_kexec_reloc.c

Include <asm/kexec.h> into machine_kexec_reloc.c to expose
arch_kexec_do_relocs declaration and avoid the following sparse warnings:
arch/s390/kernel/machine_kexec_reloc.c:4:5: warning: symbol 'arch_kexec_do_relocs' was not declared. Should it be static?
arch/s390/boot/../kernel/machine_kexec_reloc.c:4:5: warning: symbol 'arch_kexec_do_relocs' was not declared. Should it be static?

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/machine_kexec_reloc.c