X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Fmvme147.c;h=cb367c2c5c78aa38d376928c4aa07e8d21c88a39;hb=4837c672fd4d43c519d6b53308ee68d45b91b872;hp=33380cee9b77817ec12747a27f170494944449e9;hpb=4ddccb8eb9d1c57c7dd3838d8328690bf1869145;p=linux-2.6 diff --git a/drivers/scsi/mvme147.c b/drivers/scsi/mvme147.c index 33380cee9b..cb367c2c5c 100644 --- a/drivers/scsi/mvme147.c +++ b/drivers/scsi/mvme147.c @@ -63,7 +63,7 @@ static void dma_stop (struct Scsi_Host *instance, Scsi_Cmnd *SCpnt, m147_pcc->dma_cntrl = 0; } -int mvme147_detect(Scsi_Host_Template *tpnt) +int mvme147_detect(struct scsi_host_template *tpnt) { static unsigned char called = 0; wd33c93_regs regs; @@ -130,7 +130,7 @@ static int mvme147_bus_reset(Scsi_Cmnd *cmd) #include "mvme147.h" -static Scsi_Host_Template driver_template = { +static struct scsi_host_template driver_template = { .proc_name = "MVME147", .name = "MVME147 built-in SCSI", .detect = mvme147_detect,