From: Deepak Saxena Date: Thu, 8 Dec 2005 23:34:44 +0000 (+0000) Subject: [ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h X-Git-Tag: v2.6.15-rc6~63^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd;p=platform%2Fkernel%2Flinux-3.10.git [ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h Patch from Deepak Saxena This looks like a leftover from 2.4 days... Signed-off-by: Deepak Saxena Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-pxa/irq.h b/include/asm-arm/arch-pxa/irq.h index d770e4b..48c60f5 100644 --- a/include/asm-arm/arch-pxa/irq.h +++ b/include/asm-arm/arch-pxa/irq.h @@ -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);