Skip to content
Commit 1877011a authored by Vasily Gorbik's avatar Vasily Gorbik
Browse files

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: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 06f9895f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment