diff options
Diffstat (limited to 'drivers/scsi/mvme147.c')
-rw-r--r-- | drivers/scsi/mvme147.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mvme147.c b/drivers/scsi/mvme147.c index 9b991b746d1e..1ddd7a11a958 100644 --- a/drivers/scsi/mvme147.c +++ b/drivers/scsi/mvme147.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | static struct Scsi_Host *mvme147_host = NULL; | 21 | static struct Scsi_Host *mvme147_host = NULL; |
22 | 22 | ||
23 | static irqreturn_t mvme147_intr (int irq, void *dummy, struct pt_regs *fp) | 23 | static irqreturn_t mvme147_intr (int irq, void *dummy) |
24 | { | 24 | { |
25 | if (irq == MVME147_IRQ_SCSI_PORT) | 25 | if (irq == MVME147_IRQ_SCSI_PORT) |
26 | wd33c93_intr (mvme147_host); | 26 | wd33c93_intr (mvme147_host); |