aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR53C9x.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-10-31 18:32:08 +0100
committerJames Bottomley <jejb@mulgrave.(none)>2005-11-09 15:48:20 -0500
commitf64a181d898e0518d5ae90c4870069510de977e1 (patch)
treef7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5 /drivers/scsi/NCR53C9x.h
parent[SCSI] remove Scsi_Pointer typedef (diff)
downloadlinux-dev-f64a181d898e0518d5ae90c4870069510de977e1.tar.xz
linux-dev-f64a181d898e0518d5ae90c4870069510de977e1.zip
[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.h4
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 *);
extern int esp_reset(Scsi_Cmnd *);
extern int esp_proc_info(struct Scsi_Host *shost, char *buffer, char **start, off_t offset, int length,
int inout);
-extern int esp_slave_alloc(Scsi_Device *);
-extern void esp_slave_destroy(Scsi_Device *);
+extern int esp_slave_alloc(struct scsi_device *);
+extern void esp_slave_destroy(struct scsi_device *);
#endif /* !(NCR53C9X_H) */