diff options
author | Christoph Hellwig <hch@lst.de> | 2005-10-31 12:32:08 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-09 15:48:20 -0500 |
commit | f64a181d898e0518d5ae90c4870069510de977e1 (patch) | |
tree | f7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5 /drivers/scsi/NCR53C9x.h | |
parent | 0a04137e75204e370dbdf2376033853eea126de7 (diff) |
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/NCR53C9x.h')
-rw-r--r-- | drivers/scsi/NCR53C9x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/NCR53C9x.h b/drivers/scsi/NCR53C9x.h index 13e23ef39d97..65a9b377a410 100644 --- a/drivers/scsi/NCR53C9x.h +++ b/drivers/scsi/NCR53C9x.h | |||
@@ -664,6 +664,6 @@ extern int esp_abort(Scsi_Cmnd *); | |||
664 | extern int esp_reset(Scsi_Cmnd *); | 664 | extern int esp_reset(Scsi_Cmnd *); |
665 | extern int esp_proc_info(struct Scsi_Host *shost, char *buffer, char **start, off_t offset, int length, | 665 | extern int esp_proc_info(struct Scsi_Host *shost, char *buffer, char **start, off_t offset, int length, |
666 | int inout); | 666 | int inout); |
667 | extern int esp_slave_alloc(Scsi_Device *); | 667 | extern int esp_slave_alloc(struct scsi_device *); |
668 | extern void esp_slave_destroy(Scsi_Device *); | 668 | extern void esp_slave_destroy(struct scsi_device *); |
669 | #endif /* !(NCR53C9X_H) */ | 669 | #endif /* !(NCR53C9X_H) */ |