diff options
Diffstat (limited to 'drivers/scsi/atari_NCR5380.c')
-rw-r--r-- | drivers/scsi/atari_NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atari_NCR5380.c b/drivers/scsi/atari_NCR5380.c index e397129c90d1..0f920c84ac0f 100644 --- a/drivers/scsi/atari_NCR5380.c +++ b/drivers/scsi/atari_NCR5380.c | |||
@@ -1262,7 +1262,7 @@ static void NCR5380_dma_complete( struct Scsi_Host *instance ) | |||
1262 | * | 1262 | * |
1263 | */ | 1263 | */ |
1264 | 1264 | ||
1265 | static irqreturn_t NCR5380_intr (int irq, void *dev_id, struct pt_regs *regs) | 1265 | static irqreturn_t NCR5380_intr (int irq, void *dev_id) |
1266 | { | 1266 | { |
1267 | struct Scsi_Host *instance = first_instance; | 1267 | struct Scsi_Host *instance = first_instance; |
1268 | int done = 1, handled = 0; | 1268 | int done = 1, handled = 0; |