scsi: use host wide tags by default
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / isci / init.c
index 0dfcabe3ca7c2c7862b3712a391f2cd4ba19015a..2f973df72d9b42657e7b67cc764846016e58428f 100644 (file)
@@ -170,7 +170,6 @@ static struct scsi_host_template isci_sht = {
        .target_destroy                 = sas_target_destroy,
        .ioctl                          = sas_ioctl,
        .shost_attrs                    = isci_host_attrs,
-       .use_blk_tags                   = 1,
        .track_queue_depth              = 1,
 };