diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-29 09:59:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 17:06:02 +0200 |
commit | eb0f1c442d7cf1f7cb746c26c6120bb42e69c49c (patch) | |
tree | 75b6b2f9bdefe846523b71d812aea14aa352150b /arch/s390/kernel/irq.c | |
parent | fs/affs/file.c: use BUG_ON (diff) | |
download | linux-eb0f1c442d7cf1f7cb746c26c6120bb42e69c49c.tar.xz linux-eb0f1c442d7cf1f7cb746c26c6120bb42e69c49c.zip |
proper __do_softirq() prototype
Add a proper prototype for __do_softirq() in include/linux/interrupt.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390/kernel/irq.c')
-rw-r--r-- | arch/s390/kernel/irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c index c36d8123ca14..c59a86dca584 100644 --- a/arch/s390/kernel/irq.c +++ b/arch/s390/kernel/irq.c @@ -60,8 +60,6 @@ init_IRQ(void) /* * Switch to the asynchronous interrupt stack for softirq execution. */ -extern void __do_softirq(void); - asmlinkage void do_softirq(void) { unsigned long flags, old, new; |