* [2.6.19 patch] one more ARM IRQ fix
@ 2006-10-19 17:00 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-10-19 17:00 UTC (permalink / raw)
To: rmk; +Cc: linux-kernel
This patch fixes one more compile breakage caused by the post -rc1 IRQ
changes.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6/arch/arm/mach-lh7a40x/common.h.old 2006-10-19 17:32:38.000000000 +0200
+++ linux-2.6/arch/arm/mach-lh7a40x/common.h 2006-10-19 17:32:51.000000000 +0200
@@ -15,4 +15,4 @@
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-19 17:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 17:00 [2.6.19 patch] one more ARM IRQ fix Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox