Skip to content

Commit

Permalink
[ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Deepak Saxena authored and Russell King committed Dec 8, 2005
1 parent 31a5539 commit 5b35193
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/asm-arm/arch-pxa/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 5b35193

Please sign in to comment.