X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fscsi%2Fbvme6000.c;h=599b400a3c432267689c1e8155906355f2a9bbbd;hb=refs%2Fheads%2Fkvme080;hp=130f30f51a9b5ec847c6a9afdd889010523b643e;hpb=31e7f1ff3c5d39a70da85f7d81a1ab1f4e64fa97;p=powerpc.git diff --git a/drivers/scsi/bvme6000.c b/drivers/scsi/bvme6000.c index 130f30f51a..599b400a3c 100644 --- a/drivers/scsi/bvme6000.c +++ b/drivers/scsi/bvme6000.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include @@ -23,7 +22,7 @@ #include -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,