Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Deepak Saxena and committed by
Russell King
5b35193f 31a5539e

-5
-5
include/asm-arm/arch-pxa/irq.h
··· 12 12 13 13 #define fixup_irq(x) (x) 14 14 15 - /* 16 - * This prototype is required for cascading of multiplexed interrupts. 17 - * Since it doesn't exist elsewhere, we'll put it here for now. 18 - */ 19 - extern void do_IRQ(int irq, struct pt_regs *regs);