IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
[linux-2.6-block.git] / drivers / pcmcia / at91_cf.c
index 40569f40e90e8f44d54968413c3dc166de45d620..991e084db2d649a102e8bc3502bf735ea7dfea0b 100644 (file)
@@ -64,7 +64,7 @@ static int at91_cf_ss_init(struct pcmcia_socket *s)
        return 0;
 }
 
-static irqreturn_t at91_cf_irq(int irq, void *_cf, struct pt_regs *r)
+static irqreturn_t at91_cf_irq(int irq, void *_cf)
 {
        struct at91_cf_socket   *cf = (struct at91_cf_socket *) _cf;