summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
diff options
context:
space:
mode:
authorAdrian Bunk2008-04-29 09:59:12 +0200
committerLinus Torvalds2008-04-29 17:06:02 +0200
commiteb0f1c442d7cf1f7cb746c26c6120bb42e69c49c (patch)
tree75b6b2f9bdefe846523b71d812aea14aa352150b /arch/x86/kernel/irq_32.c
parentfs/affs/file.c: use BUG_ON (diff)
downloadkernel-qcow2-linux-eb0f1c442d7cf1f7cb746c26c6120bb42e69c49c.tar.gz
kernel-qcow2-linux-eb0f1c442d7cf1f7cb746c26c6120bb42e69c49c.tar.xz
kernel-qcow2-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/x86/kernel/irq_32.c')
-rw-r--r--arch/x86/kernel/irq_32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c
index 00bda7bcda63..147352df28b9 100644
--- a/arch/x86/kernel/irq_32.c
+++ b/arch/x86/kernel/irq_32.c
@@ -190,8 +190,6 @@ void irq_ctx_exit(int cpu)
hardirq_ctx[cpu] = NULL;
}
-extern asmlinkage void __do_softirq(void);
-
asmlinkage void do_softirq(void)
{
unsigned long flags;