diff options
Diffstat (limited to 'drivers/scsi/fd_mcs.c')
-rw-r--r-- | drivers/scsi/fd_mcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fd_mcs.c b/drivers/scsi/fd_mcs.c index dde3edf35c03..ef8285c326e4 100644 --- a/drivers/scsi/fd_mcs.c +++ b/drivers/scsi/fd_mcs.c | |||
@@ -281,7 +281,7 @@ static struct fd_mcs_adapters_struct fd_mcs_adapters[] = { | |||
281 | 281 | ||
282 | #define FD_BRDS ARRAY_SIZE(fd_mcs_adapters) | 282 | #define FD_BRDS ARRAY_SIZE(fd_mcs_adapters) |
283 | 283 | ||
284 | static irqreturn_t fd_mcs_intr(int irq, void *dev_id, struct pt_regs *regs); | 284 | static irqreturn_t fd_mcs_intr(int irq, void *dev_id); |
285 | 285 | ||
286 | static unsigned long addresses[] = { 0xc8000, 0xca000, 0xce000, 0xde000 }; | 286 | static unsigned long addresses[] = { 0xc8000, 0xca000, 0xce000, 0xde000 }; |
287 | static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 }; | 287 | static unsigned short ports[] = { 0x140, 0x150, 0x160, 0x170 }; |
@@ -617,7 +617,7 @@ static void my_done(struct Scsi_Host *shpnt, int error) | |||
617 | } | 617 | } |
618 | 618 | ||
619 | /* only my_done needs to be protected */ | 619 | /* only my_done needs to be protected */ |
620 | static irqreturn_t fd_mcs_intr(int irq, void *dev_id, struct pt_regs *regs) | 620 | static irqreturn_t fd_mcs_intr(int irq, void *dev_id) |
621 | { | 621 | { |
622 | unsigned long flags; | 622 | unsigned long flags; |
623 | int status; | 623 | int status; |