]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/bvme6000.c
[PATCH] remove many unneeded #includes of sched.h
[net-next-2.6.git] / drivers / scsi / bvme6000.c
index 130f30f51a9b5ec847c6a9afdd889010523b643e..599b400a3c432267689c1e8155906355f2a9bbbd 100644 (file)
@@ -6,7 +6,6 @@
 #include <linux/types.h>
 #include <linux/mm.h>
 #include <linux/blkdev.h>
-#include <linux/sched.h>
 #include <linux/zorro.h>
 
 #include <asm/setup.h>
@@ -23,7 +22,7 @@
 #include<linux/stat.h>
 
 
-int bvme6000_scsi_detect(Scsi_Host_Template *tpnt)
+int bvme6000_scsi_detect(struct scsi_host_template *tpnt)
 {
     static unsigned char called = 0;
     int clock;
@@ -59,7 +58,7 @@ static int bvme6000_scsi_release(struct Scsi_Host *shost)
        return 0;
 }
 
-static Scsi_Host_Template driver_template = {
+static struct scsi_host_template driver_template = {
        .name                   = "BVME6000 NCR53c710 SCSI",
        .detect                 = bvme6000_scsi_detect,
        .release                = bvme6000_scsi_release,