diff options
Diffstat (limited to 'drivers/scsi/3w-xxxx.c')
-rw-r--r-- | drivers/scsi/3w-xxxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c index 2d4cb6721fa6..99a259c5a0c0 100644 --- a/drivers/scsi/3w-xxxx.c +++ b/drivers/scsi/3w-xxxx.c | |||
@@ -2078,8 +2078,7 @@ static int tw_scsi_queue(struct scsi_cmnd *SCpnt, void (*done)(struct scsi_cmnd | |||
2078 | } /* End tw_scsi_queue() */ | 2078 | } /* End tw_scsi_queue() */ |
2079 | 2079 | ||
2080 | /* This function is the interrupt service routine */ | 2080 | /* This function is the interrupt service routine */ |
2081 | static irqreturn_t tw_interrupt(int irq, void *dev_instance, | 2081 | static irqreturn_t tw_interrupt(int irq, void *dev_instance) |
2082 | struct pt_regs *regs) | ||
2083 | { | 2082 | { |
2084 | int request_id; | 2083 | int request_id; |
2085 | u32 status_reg_value; | 2084 | u32 status_reg_value; |