Skip to content

Commit

Permalink
[PATCH] one more ARM IRQ fix
Browse files Browse the repository at this point in the history
Fix one more compile breakage caused by the post -rc1 IRQ changes.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 20, 2006
1 parent 1a04706 commit ac4e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-lh7a40x/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ extern void lh7a404_init_irq (void);
extern void lh7a40x_clcd_init (void);
extern void lh7a40x_init_board_irq (void);

#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq), regs)
#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq))

0 comments on commit ac4e0ab

Please sign in to comment.