diff options
author | Christoph Hellwig <hch@lst.de> | 2005-10-31 12:31:40 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-09 15:44:09 -0500 |
commit | d0be4a7d29ad0bd3ce2209dd9e46d410b632db59 (patch) | |
tree | a76b11820f03826b1a32b8e9117eb57e19874776 /drivers/scsi/a2091.c | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 (diff) |
[SCSI] remove Scsi_Host_Template typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/a2091.c')
-rw-r--r-- | drivers/scsi/a2091.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/a2091.c b/drivers/scsi/a2091.c index f7a1751e892d..1589007e5a2a 100644 --- a/drivers/scsi/a2091.c +++ b/drivers/scsi/a2091.c | |||
@@ -173,7 +173,7 @@ static void dma_stop (struct Scsi_Host *instance, Scsi_Cmnd *SCpnt, | |||
173 | } | 173 | } |
174 | } | 174 | } |
175 | 175 | ||
176 | int __init a2091_detect(Scsi_Host_Template *tpnt) | 176 | int __init a2091_detect(struct scsi_host_template *tpnt) |
177 | { | 177 | { |
178 | static unsigned char called = 0; | 178 | static unsigned char called = 0; |
179 | struct Scsi_Host *instance; | 179 | struct Scsi_Host *instance; |
@@ -234,7 +234,7 @@ static int a2091_bus_reset(Scsi_Cmnd *cmd) | |||
234 | 234 | ||
235 | #define HOSTS_C | 235 | #define HOSTS_C |
236 | 236 | ||
237 | static Scsi_Host_Template driver_template = { | 237 | static struct scsi_host_template driver_template = { |
238 | .proc_name = "A2901", | 238 | .proc_name = "A2901", |
239 | .name = "Commodore A2091/A590 SCSI", | 239 | .name = "Commodore A2091/A590 SCSI", |
240 | .detect = a2091_detect, | 240 | .detect = a2091_detect, |