diff options
Diffstat (limited to 'drivers/mmc/wbsd.c')
-rw-r--r-- | drivers/mmc/wbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 88c6f0b129f5..ced309b37a8f 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c | |||
@@ -1256,7 +1256,7 @@ end: | |||
1256 | * Interrupt handling | 1256 | * Interrupt handling |
1257 | */ | 1257 | */ |
1258 | 1258 | ||
1259 | static irqreturn_t wbsd_irq(int irq, void *dev_id, struct pt_regs *regs) | 1259 | static irqreturn_t wbsd_irq(int irq, void *dev_id) |
1260 | { | 1260 | { |
1261 | struct wbsd_host *host = dev_id; | 1261 | struct wbsd_host *host = dev_id; |
1262 | int isr; | 1262 | int isr; |