diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/crash.c b/arch/s390/kernel/crash.c index db38283c1f27..7bd169c58b0c 100644 --- a/arch/s390/kernel/crash.c +++ b/arch/s390/kernel/crash.c | |||
@@ -12,6 +12,6 @@ | |||
12 | 12 | ||
13 | note_buf_t crash_notes[NR_CPUS]; | 13 | note_buf_t crash_notes[NR_CPUS]; |
14 | 14 | ||
15 | void machine_crash_shutdown(void) | 15 | void machine_crash_shutdown(struct pt_regs *regs) |
16 | { | 16 | { |
17 | } | 17 | } |