summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /kernel/softirq.c
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r--kernel/softirq.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index 4bc5ee4b6..e76820457 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -8,21 +8,12 @@
* bottom_half handler need not be re-entrant.
*/
-#include <linux/ptrace.h>
-#include <linux/errno.h>
+#include <linux/mm.h>
#include <linux/kernel_stat.h>
-#include <linux/signal.h>
-#include <linux/sched.h>
#include <linux/interrupt.h>
-#include <linux/mm.h>
-#include <linux/smp.h>
#include <linux/smp_lock.h>
-#include <asm/system.h>
#include <asm/io.h>
-#include <asm/irq.h>
-#include <asm/bitops.h>
-#include <asm/atomic.h>
/* intr_count died a painless death... -DaveM */