This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / NCR_Q720.c
index d47a86e..6141faa 100644 (file)
 
 #include "NCR_Q720.h"
 
-static struct ncr_chip q720_chip __initdata = {
+static ncr_chip q720_chip __initdata = {
+       .device_id =    PSEUDO_720_ID,
        .revision_id =  0x0f,
+       .name =         "720",
        .burst_max =    3,
        .offset_max =   8,
        .nr_divisor =   4,
@@ -48,7 +50,7 @@ struct NCR_Q720_private {
        struct Scsi_Host        *hosts[4];
 };
 
-struct scsi_host_template NCR_Q720_tpnt = {
+Scsi_Host_Template NCR_Q720_tpnt = {
        .module                 = THIS_MODULE,
        .proc_name              = "NCR_Q720",
 };