diff options
Diffstat (limited to 'drivers/scsi/a100u2w.c')
-rw-r--r-- | drivers/scsi/a100u2w.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c index 2684150917e6..2650a5d0a161 100644 --- a/drivers/scsi/a100u2w.c +++ b/drivers/scsi/a100u2w.c | |||
@@ -1013,7 +1013,7 @@ static void inia100SCBPost(BYTE * pHcb, BYTE * pScb) | |||
1013 | /* | 1013 | /* |
1014 | * Interrupt handler (main routine of the driver) | 1014 | * Interrupt handler (main routine of the driver) |
1015 | */ | 1015 | */ |
1016 | static irqreturn_t inia100_intr(int irqno, void *devid, struct pt_regs *regs) | 1016 | static irqreturn_t inia100_intr(int irqno, void *devid) |
1017 | { | 1017 | { |
1018 | struct Scsi_Host *host = (struct Scsi_Host *)devid; | 1018 | struct Scsi_Host *host = (struct Scsi_Host *)devid; |
1019 | ORC_HCS *pHcb = (ORC_HCS *)host->hostdata; | 1019 | ORC_HCS *pHcb = (ORC_HCS *)host->hostdata; |