From: Adrian Bunk Date: Tue, 8 May 2007 07:35:10 +0000 (-0700) Subject: no longer #include X-Git-Tag: v3.12-rc1~30074 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79df3c19aa601d264719b04e3a788a7b852f4859;p=kernel%2Fkernel-generic.git no longer #include 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: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/s390/kernel/dis.c b/arch/s390/kernel/dis.c index dabaf98..a057ebf 100644 --- a/arch/s390/kernel/dis.c +++ b/arch/s390/kernel/dis.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -33,7 +34,6 @@ #include #include #include -#include #ifndef CONFIG_64BIT #define ONELONG "%08lx: " diff --git a/drivers/char/ipmi/ipmi_watchdog.c b/drivers/char/ipmi/ipmi_watchdog.c index b6a972e..147c120 100644 --- a/drivers/char/ipmi/ipmi_watchdog.c +++ b/drivers/char/ipmi/ipmi_watchdog.c @@ -61,7 +61,6 @@ how it will work. So in the unlikely event that another architecture supports this, we can figure out a good generic mechanism for it at that time. */ -#include #define HAVE_DIE_NMI_POST #endif