diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-12 18:25:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-12 18:25:58 -0500 |
commit | 062dfa433cce9a2c3941b3b8b96ae678f11230fa (patch) | |
tree | b76f773ef1fab8302e233ac25d23f35d5341b6cd /include/asm-arm/arch-pxa/irq.h | |
parent | 7c9dfb5999a7ba90e93a96d9f3ce55a9e4978ad5 (diff) | |
parent | 22f975f4ffa707ea24507f6899bb9f5a1ff034bc (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'include/asm-arm/arch-pxa/irq.h')
-rw-r--r-- | include/asm-arm/arch-pxa/irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/arch-pxa/irq.h b/include/asm-arm/arch-pxa/irq.h index d770e4b37ae1..48c60f5eff6a 100644 --- a/include/asm-arm/arch-pxa/irq.h +++ b/include/asm-arm/arch-pxa/irq.h | |||
@@ -12,8 +12,3 @@ | |||
12 | 12 | ||
13 | #define fixup_irq(x) (x) | 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); | ||