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/ips.c | |
parent | 0a04137e75204e370dbdf2376033853eea126de7 (diff) |
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ips.c')
-rw-r--r-- | drivers/scsi/ips.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 8ab90a25dac9..3882d48a42bf 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
@@ -1262,9 +1262,9 @@ ips_proc24_info(char *buffer, char **start, off_t offset, int length, | |||
1262 | /* */ | 1262 | /* */ |
1263 | /****************************************************************************/ | 1263 | /****************************************************************************/ |
1264 | static void | 1264 | static void |
1265 | ips_select_queue_depth(struct Scsi_Host *host, Scsi_Device * scsi_devs) | 1265 | ips_select_queue_depth(struct Scsi_Host *host, struct scsi_device * scsi_devs) |
1266 | { | 1266 | { |
1267 | Scsi_Device *device; | 1267 | struct scsi_device *device; |
1268 | ips_ha_t *ha; | 1268 | ips_ha_t *ha; |
1269 | int count = 0; | 1269 | int count = 0; |
1270 | int min; | 1270 | int min; |
@@ -1307,7 +1307,7 @@ ips_select_queue_depth(struct Scsi_Host *host, Scsi_Device * scsi_devs) | |||
1307 | /* */ | 1307 | /* */ |
1308 | /****************************************************************************/ | 1308 | /****************************************************************************/ |
1309 | static int | 1309 | static int |
1310 | ips_slave_configure(Scsi_Device * SDptr) | 1310 | ips_slave_configure(struct scsi_device * SDptr) |
1311 | { | 1311 | { |
1312 | ips_ha_t *ha; | 1312 | ips_ha_t *ha; |
1313 | int min; | 1313 | int min; |