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/pluto.c | |
parent | 0a04137e75204e370dbdf2376033853eea126de7 (diff) |
[SCSI] remove Scsi_Device typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/pluto.c')
-rw-r--r-- | drivers/scsi/pluto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/pluto.c b/drivers/scsi/pluto.c index 3cbd8187246e..46624ab9c3d2 100644 --- a/drivers/scsi/pluto.c +++ b/drivers/scsi/pluto.c | |||
@@ -71,7 +71,7 @@ static void __init pluto_detect_scsi_done(Scsi_Cmnd *SCpnt) | |||
71 | up(&fc_sem); | 71 | up(&fc_sem); |
72 | } | 72 | } |
73 | 73 | ||
74 | int pluto_slave_configure(Scsi_Device *device) | 74 | int pluto_slave_configure(struct scsi_device *device) |
75 | { | 75 | { |
76 | int depth_to_use; | 76 | int depth_to_use; |
77 | 77 | ||
@@ -94,7 +94,7 @@ int __init pluto_detect(struct scsi_host_template *tpnt) | |||
94 | { | 94 | { |
95 | int i, retry, nplutos; | 95 | int i, retry, nplutos; |
96 | fc_channel *fc; | 96 | fc_channel *fc; |
97 | Scsi_Device dev; | 97 | struct scsi_device dev; |
98 | DEFINE_TIMER(fc_timer, pluto_detect_timeout, 0, 0); | 98 | DEFINE_TIMER(fc_timer, pluto_detect_timeout, 0, 0); |
99 | 99 | ||
100 | tpnt->proc_name = "pluto"; | 100 | tpnt->proc_name = "pluto"; |