arm64: kexec: include reboot.h
authorSimon Horman <horms@kernel.org>
Tue, 18 Apr 2023 11:54:00 +0000 (13:54 +0200)
committerWill Deacon <will@kernel.org>
Thu, 20 Apr 2023 09:45:23 +0000 (10:45 +0100)
commitb7b4ce84c830ae3ce6429fbbd70a62a4ae1ac78d
tree22f231d4306b3894d66679ee41b291adb6c18793
parent460e70e2dc9af3128f69e533daf349635c421b0a
arm64: kexec: include reboot.h

Include reboot.h in machine_kexec.c for declaration of
machine_crash_shutdown.

gcc-12 with W=1 reports:

 arch/arm64/kernel/machine_kexec.c:257:6: warning: no previous prototype for 'machine_crash_shutdown' [-Wmissing-prototypes]
   257 | void machine_crash_shutdown(struct pt_regs *regs)

No functional changes intended.
Compile tested only.

Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230418-arm64-kexec-include-reboot-v1-1-8453fd4fb3fb@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/machine_kexec.c