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/gvp11.c | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 (diff) |
[SCSI] remove Scsi_Host_Template typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/gvp11.c')
-rw-r--r-- | drivers/scsi/gvp11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/gvp11.c b/drivers/scsi/gvp11.c index d12342fa8199..4b310cb7c93a 100644 --- a/drivers/scsi/gvp11.c +++ b/drivers/scsi/gvp11.c | |||
@@ -170,7 +170,7 @@ static void dma_stop (struct Scsi_Host *instance, Scsi_Cmnd *SCpnt, | |||
170 | 170 | ||
171 | #define CHECK_WD33C93 | 171 | #define CHECK_WD33C93 |
172 | 172 | ||
173 | int __init gvp11_detect(Scsi_Host_Template *tpnt) | 173 | int __init gvp11_detect(struct scsi_host_template *tpnt) |
174 | { | 174 | { |
175 | static unsigned char called = 0; | 175 | static unsigned char called = 0; |
176 | struct Scsi_Host *instance; | 176 | struct Scsi_Host *instance; |
@@ -362,7 +362,7 @@ static int gvp11_bus_reset(Scsi_Cmnd *cmd) | |||
362 | 362 | ||
363 | #include "gvp11.h" | 363 | #include "gvp11.h" |
364 | 364 | ||
365 | static Scsi_Host_Template driver_template = { | 365 | static struct scsi_host_template driver_template = { |
366 | .proc_name = "GVP11", | 366 | .proc_name = "GVP11", |
367 | .name = "GVP Series II SCSI", | 367 | .name = "GVP Series II SCSI", |
368 | .detect = gvp11_detect, | 368 | .detect = gvp11_detect, |