summaryrefslogtreecommitdiff
path: root/arch/sh/boards/landisk/landisk_pwb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/landisk/landisk_pwb.c')
-rw-r--r--arch/sh/boards/landisk/landisk_pwb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/landisk/landisk_pwb.c b/arch/sh/boards/landisk/landisk_pwb.c
index 0b7bee1a9ca5..e62524978160 100644
--- a/arch/sh/boards/landisk/landisk_pwb.c
+++ b/arch/sh/boards/landisk/landisk_pwb.c
@@ -135,7 +135,7 @@ static int swdrv_write(struct file *filp, const char *buff, size_t count,
return count;
}
-static irqreturn_t sw_interrupt(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t sw_interrupt(int irq, void *dev_id)
{
landisk_btn = (0x0ff & (~ctrl_inb(PA_STATUS)));
disable_irq(IRQ_BUTTON);