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/in2000.c | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 (diff) |
[SCSI] remove Scsi_Host_Template typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/in2000.c')
-rw-r--r-- | drivers/scsi/in2000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/in2000.c b/drivers/scsi/in2000.c index fe387b5ce8bd..34daa3e068de 100644 --- a/drivers/scsi/in2000.c +++ b/drivers/scsi/in2000.c | |||
@@ -1899,7 +1899,7 @@ static int int_tab[] in2000__INITDATA = { | |||
1899 | }; | 1899 | }; |
1900 | 1900 | ||
1901 | 1901 | ||
1902 | static int __init in2000_detect(Scsi_Host_Template * tpnt) | 1902 | static int __init in2000_detect(struct scsi_host_template * tpnt) |
1903 | { | 1903 | { |
1904 | struct Scsi_Host *instance; | 1904 | struct Scsi_Host *instance; |
1905 | struct IN2000_hostdata *hostdata; | 1905 | struct IN2000_hostdata *hostdata; |
@@ -2305,7 +2305,7 @@ static int in2000_proc_info(struct Scsi_Host *instance, char *buf, char **start, | |||
2305 | MODULE_LICENSE("GPL"); | 2305 | MODULE_LICENSE("GPL"); |
2306 | 2306 | ||
2307 | 2307 | ||
2308 | static Scsi_Host_Template driver_template = { | 2308 | static struct scsi_host_template driver_template = { |
2309 | .proc_name = "in2000", | 2309 | .proc_name = "in2000", |
2310 | .proc_info = in2000_proc_info, | 2310 | .proc_info = in2000_proc_info, |
2311 | .name = "Always IN2000", | 2311 | .name = "Always IN2000", |