diff options
Diffstat (limited to 'drivers/scsi/in2000.c')
-rw-r--r-- | drivers/scsi/in2000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/in2000.c b/drivers/scsi/in2000.c index 59a4097f1254..312190a69389 100644 --- a/drivers/scsi/in2000.c +++ b/drivers/scsi/in2000.c | |||
@@ -829,7 +829,7 @@ static void transfer_bytes(Scsi_Cmnd * cmd, int data_in_dir) | |||
829 | * but it _does_ need to be able to compile and run in an SMP kernel.) | 829 | * but it _does_ need to be able to compile and run in an SMP kernel.) |
830 | */ | 830 | */ |
831 | 831 | ||
832 | static irqreturn_t in2000_intr(int irqnum, void *dev_id, struct pt_regs *ptregs) | 832 | static irqreturn_t in2000_intr(int irqnum, void *dev_id) |
833 | { | 833 | { |
834 | struct Scsi_Host *instance = dev_id; | 834 | struct Scsi_Host *instance = dev_id; |
835 | struct IN2000_hostdata *hostdata; | 835 | struct IN2000_hostdata *hostdata; |