scsi: qla4xxx: Switch to attribute groups
[linux-2.6-microblaze.git] / drivers / scsi / qla4xxx / ql4_os.c
index 76d0b59..8987acc 100644 (file)
@@ -241,7 +241,7 @@ static struct scsi_host_template qla4xxx_driver_template = {
        .sg_tablesize           = SG_ALL,
 
        .max_sectors            = 0xFFFF,
-       .shost_attrs            = qla4xxx_host_attrs,
+       .shost_groups           = qla4xxx_host_groups,
        .host_reset             = qla4xxx_host_reset,
        .vendor_id              = SCSI_NL_VID_TYPE_PCI | PCI_VENDOR_ID_QLOGIC,
 };