diff options
Diffstat (limited to 'drivers/scsi/t128.c')
-rw-r--r-- | drivers/scsi/t128.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index f4b780e35cb6..21305fc91479 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c | |||
@@ -183,7 +183,7 @@ void __init t128_setup(char *str, int *ints){ | |||
183 | } | 183 | } |
184 | 184 | ||
185 | /* | 185 | /* |
186 | * Function : int t128_detect(Scsi_Host_Template * tpnt) | 186 | * Function : int t128_detect(struct scsi_host_template * tpnt) |
187 | * | 187 | * |
188 | * Purpose : detects and initializes T128,T128F, or T228 controllers | 188 | * Purpose : detects and initializes T128,T128F, or T228 controllers |
189 | * that were autoprobed, overridden on the LILO command line, | 189 | * that were autoprobed, overridden on the LILO command line, |
@@ -195,7 +195,7 @@ void __init t128_setup(char *str, int *ints){ | |||
195 | * | 195 | * |
196 | */ | 196 | */ |
197 | 197 | ||
198 | int __init t128_detect(Scsi_Host_Template * tpnt){ | 198 | int __init t128_detect(struct scsi_host_template * tpnt){ |
199 | static int current_override = 0, current_base = 0; | 199 | static int current_override = 0, current_base = 0; |
200 | struct Scsi_Host *instance; | 200 | struct Scsi_Host *instance; |
201 | unsigned long base; | 201 | unsigned long base; |
@@ -430,7 +430,7 @@ MODULE_LICENSE("GPL"); | |||
430 | 430 | ||
431 | #include "NCR5380.c" | 431 | #include "NCR5380.c" |
432 | 432 | ||
433 | static Scsi_Host_Template driver_template = { | 433 | static struct scsi_host_template driver_template = { |
434 | .name = "Trantor T128/T128F/T228", | 434 | .name = "Trantor T128/T128F/T228", |
435 | .detect = t128_detect, | 435 | .detect = t128_detect, |
436 | .release = t128_release, | 436 | .release = t128_release, |