diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 17:04:37 -0500 |
commit | d72d6f1b5647258e83819b51f72fe37e2b7d7965 (patch) | |
tree | d3a08af50624d9b3e2287367b7e9f5fcc93bdce5 /drivers/scsi/dtc.c | |
parent | 33ddcbbfb1d9f1bf1259531ae0ba8400ea3c8ba1 (diff) | |
parent | 8a87a0b6313109d2fea87b1271d497c954ce2ca8 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Diffstat (limited to 'drivers/scsi/dtc.c')
-rw-r--r-- | drivers/scsi/dtc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c index 897743b23342..310d2f488668 100644 --- a/drivers/scsi/dtc.c +++ b/drivers/scsi/dtc.c | |||
@@ -199,7 +199,7 @@ static void __init dtc_setup(char *str, int *ints) | |||
199 | #endif | 199 | #endif |
200 | 200 | ||
201 | /* | 201 | /* |
202 | * Function : int dtc_detect(Scsi_Host_Template * tpnt) | 202 | * Function : int dtc_detect(struct scsi_host_template * tpnt) |
203 | * | 203 | * |
204 | * Purpose : detects and initializes DTC 3180/3280 controllers | 204 | * Purpose : detects and initializes DTC 3180/3280 controllers |
205 | * that were autoprobed, overridden on the LILO command line, | 205 | * that were autoprobed, overridden on the LILO command line, |
@@ -211,7 +211,7 @@ static void __init dtc_setup(char *str, int *ints) | |||
211 | * | 211 | * |
212 | */ | 212 | */ |
213 | 213 | ||
214 | static int __init dtc_detect(Scsi_Host_Template * tpnt) | 214 | static int __init dtc_detect(struct scsi_host_template * tpnt) |
215 | { | 215 | { |
216 | static int current_override = 0, current_base = 0; | 216 | static int current_override = 0, current_base = 0; |
217 | struct Scsi_Host *instance; | 217 | struct Scsi_Host *instance; |
@@ -471,7 +471,7 @@ static int dtc_release(struct Scsi_Host *shost) | |||
471 | return 0; | 471 | return 0; |
472 | } | 472 | } |
473 | 473 | ||
474 | static Scsi_Host_Template driver_template = { | 474 | static struct scsi_host_template driver_template = { |
475 | .name = "DTC 3180/3280 ", | 475 | .name = "DTC 3180/3280 ", |
476 | .detect = dtc_detect, | 476 | .detect = dtc_detect, |
477 | .release = dtc_release, | 477 | .release = dtc_release, |