diff options
Diffstat (limited to 'drivers/pcmcia/omap_cf.c')
-rw-r--r-- | drivers/pcmcia/omap_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/omap_cf.c b/drivers/pcmcia/omap_cf.c index 01be47e72730..c8e838c69766 100644 --- a/drivers/pcmcia/omap_cf.c +++ b/drivers/pcmcia/omap_cf.c | |||
@@ -102,7 +102,7 @@ static void omap_cf_timer(unsigned long _cf) | |||
102 | * claim the card's IRQ. It may also detect some card insertions, but | 102 | * claim the card's IRQ. It may also detect some card insertions, but |
103 | * not removals; it can't always eliminate timer irqs. | 103 | * not removals; it can't always eliminate timer irqs. |
104 | */ | 104 | */ |
105 | static irqreturn_t omap_cf_irq(int irq, void *_cf, struct pt_regs *r) | 105 | static irqreturn_t omap_cf_irq(int irq, void *_cf) |
106 | { | 106 | { |
107 | omap_cf_timer((unsigned long)_cf); | 107 | omap_cf_timer((unsigned long)_cf); |
108 | return IRQ_HANDLED; | 108 | return IRQ_HANDLED; |