summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dumpstack.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-09-13 13:36:25 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-10-24 17:16:48 +0200
commit0f20822a69148f53bbafbe6ee3d43e8eff0bad27 (patch)
treed8748221c6f4fde33411ce204ae9f8c2c74f973e /arch/s390/kernel/dumpstack.c
parent648ae35c54b147c3b25d212f2936bb1cb91ea7d0 (diff)
downloadlinux-0f20822a69148f53bbafbe6ee3d43e8eff0bad27.tar.bz2
s390/dis: move disassembler function prototypes to proper header file
Now that the in-kernel disassembler has an own header file move the disassembler related function prototypes to that header file. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/dumpstack.c')
-rw-r--r--arch/s390/kernel/dumpstack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/dumpstack.c b/arch/s390/kernel/dumpstack.c
index 99e7f6035895..e6af9406987c 100644
--- a/arch/s390/kernel/dumpstack.c
+++ b/arch/s390/kernel/dumpstack.c
@@ -15,6 +15,7 @@
#include <linux/sched.h>
#include <asm/processor.h>
#include <asm/debug.h>
+#include <asm/dis.h>
#include <asm/ipl.h>
#ifndef CONFIG_64BIT