diff options
Diffstat (limited to 'drivers/scsi/53c700.h')
-rw-r--r-- | drivers/scsi/53c700.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/53c700.h b/drivers/scsi/53c700.h index 97ebe71b701b..f5c3caf344a7 100644 --- a/drivers/scsi/53c700.h +++ b/drivers/scsi/53c700.h | |||
@@ -57,7 +57,7 @@ struct NCR_700_Host_Parameters; | |||
57 | struct Scsi_Host *NCR_700_detect(struct scsi_host_template *, | 57 | struct Scsi_Host *NCR_700_detect(struct scsi_host_template *, |
58 | struct NCR_700_Host_Parameters *, struct device *); | 58 | struct NCR_700_Host_Parameters *, struct device *); |
59 | int NCR_700_release(struct Scsi_Host *host); | 59 | int NCR_700_release(struct Scsi_Host *host); |
60 | irqreturn_t NCR_700_intr(int, void *, struct pt_regs *); | 60 | irqreturn_t NCR_700_intr(int, void *); |
61 | 61 | ||
62 | 62 | ||
63 | enum NCR_700_Host_State { | 63 | enum NCR_700_Host_State { |