diff options
Diffstat (limited to 'drivers/scsi/sym53c8xx_2')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c index 739d3ef46a40..4d78c7e87cca 100644 --- a/drivers/scsi/sym53c8xx_2/sym_glue.c +++ b/drivers/scsi/sym53c8xx_2/sym_glue.c | |||
@@ -652,7 +652,7 @@ static int sym53c8xx_queue_command(struct scsi_cmnd *cmd, | |||
652 | /* | 652 | /* |
653 | * Linux entry point of the interrupt handler. | 653 | * Linux entry point of the interrupt handler. |
654 | */ | 654 | */ |
655 | static irqreturn_t sym53c8xx_intr(int irq, void *dev_id, struct pt_regs * regs) | 655 | static irqreturn_t sym53c8xx_intr(int irq, void *dev_id) |
656 | { | 656 | { |
657 | unsigned long flags; | 657 | unsigned long flags; |
658 | struct sym_hcb *np = (struct sym_hcb *)dev_id; | 658 | struct sym_hcb *np = (struct sym_hcb *)dev_id; |