]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/mvme147.c
Merge by hand (whitespace conflicts in libata.h)
[karo-tx-linux.git] / drivers / scsi / mvme147.c
index 33380cee9b77817ec12747a27f170494944449e9..cb367c2c5c78aa38d376928c4aa07e8d21c88a39 100644 (file)
@@ -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,