From: Heiko Carstens Date: Tue, 12 Oct 2010 09:03:44 +0000 (+0200) Subject: [S390] hardirq: remove pointless header file includes X-Git-Tag: v2.6.37-rc1~214^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3f7edb1656e5beba2b5e617d31e4064e1eed0bc0;p=~shefty%2Frdma-dev.git [S390] hardirq: remove pointless header file includes Remove a couple of pointless header file includes. Fixes a compile bug caused by header file include dependencies with "irq: Add tracepoint to softirq_raise" within linux-next. Reported-by: Sachin Sant Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky [ cherry-picked from the s390 tree to fix "2bf2160: irq: Add tracepoint to softirq_raise" ] Signed-off-by: Ingo Molnar --- diff --git a/arch/s390/include/asm/hardirq.h b/arch/s390/include/asm/hardirq.h index 498bc389238..881d94590ae 100644 --- a/arch/s390/include/asm/hardirq.h +++ b/arch/s390/include/asm/hardirq.h @@ -12,10 +12,6 @@ #ifndef __ASM_HARDIRQ_H #define __ASM_HARDIRQ_H -#include -#include -#include -#include #include #define local_softirq_pending() (S390_lowcore.softirq_pending)