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 29ec699e0e4d..890e9e232dab 100644 --- a/drivers/scsi/mvme16x.c +++ b/drivers/scsi/mvme16x.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include<linux/stat.h> | 21 | #include<linux/stat.h> |
22 | 22 | ||
23 | 23 | ||
24 | int mvme16x_scsi_detect(Scsi_Host_Template *tpnt) | 24 | int mvme16x_scsi_detect(struct scsi_host_template *tpnt) |
25 | { | 25 | { |
26 | static unsigned char called = 0; | 26 | static unsigned char called = 0; |
27 | int clock; | 27 | int clock; |
@@ -61,7 +61,7 @@ static int mvme16x_scsi_release(struct Scsi_Host *shost) | |||
61 | return 0; | 61 | return 0; |
62 | } | 62 | } |
63 | 63 | ||
64 | static Scsi_Host_Template driver_template = { | 64 | static struct scsi_host_template driver_template = { |
65 | .name = "MVME16x NCR53c710 SCSI", | 65 | .name = "MVME16x NCR53c710 SCSI", |
66 | .detect = mvme16x_scsi_detect, | 66 | .detect = mvme16x_scsi_detect, |
67 | .release = mvme16x_scsi_release, | 67 | .release = mvme16x_scsi_release, |