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/sun3_scsi.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/sun3_scsi.c')
-rw-r--r-- | drivers/scsi/sun3_scsi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c index e3ea99f23d60..837173415d4c 100644 --- a/drivers/scsi/sun3_scsi.c +++ b/drivers/scsi/sun3_scsi.c | |||
@@ -185,7 +185,7 @@ static inline void sun3_udc_write(unsigned short val, unsigned char reg) | |||
185 | static struct Scsi_Host *default_instance; | 185 | static struct Scsi_Host *default_instance; |
186 | 186 | ||
187 | /* | 187 | /* |
188 | * Function : int sun3scsi_detect(Scsi_Host_Template * tpnt) | 188 | * Function : int sun3scsi_detect(struct scsi_host_template * tpnt) |
189 | * | 189 | * |
190 | * Purpose : initializes mac NCR5380 driver based on the | 190 | * Purpose : initializes mac NCR5380 driver based on the |
191 | * command line / compile time port and irq definitions. | 191 | * command line / compile time port and irq definitions. |
@@ -196,7 +196,7 @@ static struct Scsi_Host *default_instance; | |||
196 | * | 196 | * |
197 | */ | 197 | */ |
198 | 198 | ||
199 | int sun3scsi_detect(Scsi_Host_Template * tpnt) | 199 | int sun3scsi_detect(struct scsi_host_template * tpnt) |
200 | { | 200 | { |
201 | unsigned long ioaddr; | 201 | unsigned long ioaddr; |
202 | static int called = 0; | 202 | static int called = 0; |
@@ -621,7 +621,7 @@ static int sun3scsi_dma_finish(int write_flag) | |||
621 | 621 | ||
622 | #include "sun3_NCR5380.c" | 622 | #include "sun3_NCR5380.c" |
623 | 623 | ||
624 | static Scsi_Host_Template driver_template = { | 624 | static struct scsi_host_template driver_template = { |
625 | .name = SUN3_SCSI_NAME, | 625 | .name = SUN3_SCSI_NAME, |
626 | .detect = sun3scsi_detect, | 626 | .detect = sun3scsi_detect, |
627 | .release = sun3scsi_release, | 627 | .release = sun3scsi_release, |