Commit 79df3c19 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

no longer #include <asm/kdebug.h>

Include the new linux/kdebug.h instead of asm/kdebug.h.

Simply remove the asm/kdebug.h include if both had been included.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cc38682f
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <linux/kallsyms.h> #include <linux/kallsyms.h>
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/kprobes.h> #include <linux/kprobes.h>
#include <linux/kdebug.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
...@@ -33,7 +34,6 @@ ...@@ -33,7 +34,6 @@
#include <asm/s390_ext.h> #include <asm/s390_ext.h>
#include <asm/lowcore.h> #include <asm/lowcore.h>
#include <asm/debug.h> #include <asm/debug.h>
#include <asm/kdebug.h>
#ifndef CONFIG_64BIT #ifndef CONFIG_64BIT
#define ONELONG "%08lx: " #define ONELONG "%08lx: "
......
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
how it will work. So in the unlikely event that another how it will work. So in the unlikely event that another
architecture supports this, we can figure out a good generic architecture supports this, we can figure out a good generic
mechanism for it at that time. */ mechanism for it at that time. */
#include <asm/kdebug.h>
#define HAVE_DIE_NMI_POST #define HAVE_DIE_NMI_POST
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment