]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/mvme16x.c
[SCSI] stex: fix biosparam calculation
[linux-2.6-omap-h63xx.git] / drivers / scsi / mvme16x.c
index b2d8d8ea1604d3e040b1c52e1e161e77db3a9944..890e9e232dab9afba81463f0cbe3b04cfbafc406 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/mm.h>
 #include <linux/blkdev.h>
 #include <linux/sched.h>
-#include <linux/version.h>
 
 #include <asm/page.h>
 #include <asm/pgtable.h>
@@ -22,7 +21,7 @@
 #include<linux/stat.h>
 
 
-int mvme16x_scsi_detect(Scsi_Host_Template *tpnt)
+int mvme16x_scsi_detect(struct scsi_host_template *tpnt)
 {
     static unsigned char called = 0;
     int clock;
@@ -62,7 +61,7 @@ static int mvme16x_scsi_release(struct Scsi_Host *shost)
        return 0;
 }
 
-static Scsi_Host_Template driver_template = {
+static struct scsi_host_template driver_template = {
        .name                   = "MVME16x NCR53c710 SCSI",
        .detect                 = mvme16x_scsi_detect,
        .release                = mvme16x_scsi_release,