]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-lh7a40x/common.h
[ARM] Wrap calls to descriptor handlers
[karo-tx-linux.git] / arch / arm / mach-lh7a40x / common.h
index beda7c2602fbe37bdeec9b1800d2b00acc6d0850..578a52461fdbc3c5670acdbc9b3d79bb4f8112eb 100644 (file)
@@ -13,4 +13,4 @@ extern struct sys_timer lh7a40x_timer;
 extern void lh7a400_init_irq (void);
 extern void lh7a404_init_irq (void);
 
-#define IRQ_DISPATCH(irq) irq_desc[irq].handle ((irq), &irq_desc[irq], regs)
+#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq), regs)