diff options
Diffstat (limited to 'drivers/scsi/mvme16x.c')
-rw-r--r-- | drivers/scsi/mvme16x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/mvme16x.c b/drivers/scsi/mvme16x.c index b2d8d8ea1604..9b43dc4148f5 100644 --- a/drivers/scsi/mvme16x.c +++ b/drivers/scsi/mvme16x.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include<linux/stat.h> | 22 | #include<linux/stat.h> |
23 | 23 | ||
24 | 24 | ||
25 | int mvme16x_scsi_detect(Scsi_Host_Template *tpnt) | 25 | int mvme16x_scsi_detect(struct scsi_host_template *tpnt) |
26 | { | 26 | { |
27 | static unsigned char called = 0; | 27 | static unsigned char called = 0; |
28 | int clock; | 28 | int clock; |
@@ -62,7 +62,7 @@ static int mvme16x_scsi_release(struct Scsi_Host *shost) | |||
62 | return 0; | 62 | return 0; |
63 | } | 63 | } |
64 | 64 | ||
65 | static Scsi_Host_Template driver_template = { | 65 | static struct scsi_host_template driver_template = { |
66 | .name = "MVME16x NCR53c710 SCSI", | 66 | .name = "MVME16x NCR53c710 SCSI", |
67 | .detect = mvme16x_scsi_detect, | 67 | .detect = mvme16x_scsi_detect, |
68 | .release = mvme16x_scsi_release, | 68 | .release = mvme16x_scsi_release, |