]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h
authorDeepak Saxena <dsaxena@plexity.net>
Thu, 8 Dec 2005 23:34:44 +0000 (23:34 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 8 Dec 2005 23:34:44 +0000 (23:34 +0000)
Patch from Deepak Saxena

This looks like a leftover from 2.4 days...

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/irq.h

index d770e4b37ae137be669c46b98fc0de51376ee4be..48c60f5eff6aa917f5a0d7ae7817c3f294be618b 100644 (file)
@@ -12,8 +12,3 @@
 
 #define fixup_irq(x)   (x)
 
-/*
- * This prototype is required for cascading of multiplexed interrupts.
- * Since it doesn't exist elsewhere, we'll put it here for now.
- */
-extern void do_IRQ(int irq, struct pt_regs *regs);