summaryrefslogtreecommitdiffstats
path: root/include/asm-s390/kdebug.h
diff options
context:
space:
mode:
authorHeiko Carstens2007-02-05 21:16:47 +0100
committerMartin Schwidefsky2007-02-05 21:16:47 +0100
commit2b67fc46061b2171fb8fbb55d1ac717abd533569 (patch)
treed4e9db6e7d51d2fc3cf782bf11e24ed7fbc544a0 /include/asm-s390/kdebug.h
parent[S390] Move init_irq_proc to the other irq related functions. (diff)
downloadkernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.tar.gz
kernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.tar.xz
kernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.zip
[S390] Get rid of a lot of sparse warnings.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390/kdebug.h')
-rw-r--r--include/asm-s390/kdebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-s390/kdebug.h b/include/asm-s390/kdebug.h
index 40cc68025e01..1b50f89819a4 100644
--- a/include/asm-s390/kdebug.h
+++ b/include/asm-s390/kdebug.h
@@ -26,7 +26,6 @@ extern int register_page_fault_notifier(struct notifier_block *);
extern int unregister_page_fault_notifier(struct notifier_block *);
extern struct atomic_notifier_head s390die_chain;
-
enum die_val {
DIE_OOPS = 1,
DIE_BPT,
@@ -56,4 +55,6 @@ static inline int notify_die(enum die_val val, const char *str,
return atomic_notifier_call_chain(&s390die_chain, val, &args);
}
+extern void die(const char *, struct pt_regs *, long);
+
#endif