diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/dis.c b/arch/s390/kernel/dis.c index dabaf98943d0..a057ebf108a7 100644 --- a/arch/s390/kernel/dis.c +++ b/arch/s390/kernel/dis.c | |||
@@ -23,6 +23,7 @@ | |||
23 | #include <linux/kallsyms.h> | 23 | #include <linux/kallsyms.h> |
24 | #include <linux/reboot.h> | 24 | #include <linux/reboot.h> |
25 | #include <linux/kprobes.h> | 25 | #include <linux/kprobes.h> |
26 | #include <linux/kdebug.h> | ||
26 | 27 | ||
27 | #include <asm/system.h> | 28 | #include <asm/system.h> |
28 | #include <asm/uaccess.h> | 29 | #include <asm/uaccess.h> |
@@ -33,7 +34,6 @@ | |||
33 | #include <asm/s390_ext.h> | 34 | #include <asm/s390_ext.h> |
34 | #include <asm/lowcore.h> | 35 | #include <asm/lowcore.h> |
35 | #include <asm/debug.h> | 36 | #include <asm/debug.h> |
36 | #include <asm/kdebug.h> | ||
37 | 37 | ||
38 | #ifndef CONFIG_64BIT | 38 | #ifndef CONFIG_64BIT |
39 | #define ONELONG "%08lx: " | 39 | #define ONELONG "%08lx: " |