diff options
Diffstat (limited to 'drivers/scsi/amiga7xx.h')
-rw-r--r-- | drivers/scsi/amiga7xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/amiga7xx.h b/drivers/scsi/amiga7xx.h index 1b637592d5ae..7cd63a996886 100644 --- a/drivers/scsi/amiga7xx.h +++ b/drivers/scsi/amiga7xx.h | |||
@@ -8,7 +8,7 @@ int NCR53c7xx_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *)); | |||
8 | int NCR53c7xx_abort(Scsi_Cmnd *); | 8 | int NCR53c7xx_abort(Scsi_Cmnd *); |
9 | int NCR53c7x0_release (struct Scsi_Host *); | 9 | int NCR53c7x0_release (struct Scsi_Host *); |
10 | int NCR53c7xx_reset(Scsi_Cmnd *, unsigned int); | 10 | int NCR53c7xx_reset(Scsi_Cmnd *, unsigned int); |
11 | void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs); | 11 | void NCR53c7x0_intr(int irq, void *dev_id); |
12 | 12 | ||
13 | #ifndef CMD_PER_LUN | 13 | #ifndef CMD_PER_LUN |
14 | #define CMD_PER_LUN 3 | 14 | #define CMD_PER_LUN 3 |