aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/kexec.h')
-rw-r--r--include/asm-s390/kexec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-s390/kexec.h b/include/asm-s390/kexec.h
index b4809d98fe691..ce28ddda0f507 100644
--- a/include/asm-s390/kexec.h
+++ b/include/asm-s390/kexec.h
@@ -36,4 +36,8 @@
#define MAX_NOTE_BYTES 1024
+/* Provide a dummy definition to avoid build failures. */
+static inline void crash_setup_regs(struct pt_regs *newregs,
+ struct pt_regs *oldregs) { }
+
#endif /*_S390_KEXEC_H */