diff options
| author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2010-10-12 05:03:44 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-10-19 07:34:03 -0400 |
| commit | 3f7edb1656e5beba2b5e617d31e4064e1eed0bc0 (patch) | |
| tree | 36d1abda414fbc8fec1732c17a9474e0bf042b67 | |
| parent | 3c4ea5b4985ecf831e22034d5d5db6e6391f3911 (diff) | |
[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 <sachinp@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
[ cherry-picked from the s390 tree to fix "2bf2160: irq: Add tracepoint to softirq_raise" ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
| -rw-r--r-- | arch/s390/include/asm/hardirq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/include/asm/hardirq.h b/arch/s390/include/asm/hardirq.h index 498bc3892385..881d94590aeb 100644 --- a/arch/s390/include/asm/hardirq.h +++ b/arch/s390/include/asm/hardirq.h | |||
| @@ -12,10 +12,6 @@ | |||
| 12 | #ifndef __ASM_HARDIRQ_H | 12 | #ifndef __ASM_HARDIRQ_H |
| 13 | #define __ASM_HARDIRQ_H | 13 | #define __ASM_HARDIRQ_H |
| 14 | 14 | ||
| 15 | #include <linux/threads.h> | ||
| 16 | #include <linux/sched.h> | ||
| 17 | #include <linux/cache.h> | ||
| 18 | #include <linux/interrupt.h> | ||
| 19 | #include <asm/lowcore.h> | 15 | #include <asm/lowcore.h> |
| 20 | 16 | ||
| 21 | #define local_softirq_pending() (S390_lowcore.softirq_pending) | 17 | #define local_softirq_pending() (S390_lowcore.softirq_pending) |
