diff options
author | Arnd Bergmann <[email protected]> | 2023-12-04 12:57:10 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-10 17:21:42 -0800 |
commit | 430b6ac059399828ca864979ad3685a3511c4984 (patch) | |
tree | fcc93244bbfe23fa64e8621a745b57b2e794f259 /scripts/gdb/linux/interrupts.py | |
parent | d1f4b2b875e49dbbc9114bf340ee6871a892d014 (diff) |
mips: kexec: include linux/reboot.h
Two functions are provided for kexec, but the mips implementation is
missing the corresponding #include statment:
arch/mips/kernel/machine_kexec.c:136:1: error: no previous prototype for 'machine_shutdown' [-Werror=missing-prototypes]
arch/mips/kernel/machine_kexec.c:152:1: error: no previous prototype for 'machine_crash_shutdown' [-Werror=missing-prototypes]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions