aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/advansys.c')
-rw-r--r--drivers/scsi/advansys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c
index 4305178e4e01..519f9a4b3dad 100644
--- a/drivers/scsi/advansys.c
+++ b/drivers/scsi/advansys.c
@@ -10819,7 +10819,6 @@ static struct scsi_host_template advansys_template = {
10819 * by enabling clustering, I/O throughput increases as well. 10819 * by enabling clustering, I/O throughput increases as well.
10820 */ 10820 */
10821 .use_clustering = ENABLE_CLUSTERING, 10821 .use_clustering = ENABLE_CLUSTERING,
10822 .use_blk_tags = 1,
10823}; 10822};
10824 10823
10825static int advansys_wide_init_chip(struct Scsi_Host *shost) 10824static int advansys_wide_init_chip(struct Scsi_Host *shost)
@@ -11211,11 +11210,6 @@ static int advansys_board_found(struct Scsi_Host *shost, unsigned int iop,
11211 /* Set maximum number of queues the adapter can handle. */ 11210 /* Set maximum number of queues the adapter can handle. */
11212 shost->can_queue = adv_dvc_varp->max_host_qng; 11211 shost->can_queue = adv_dvc_varp->max_host_qng;
11213 } 11212 }
11214 ret = scsi_init_shared_tag_map(shost, shost->can_queue);
11215 if (ret) {
11216 shost_printk(KERN_ERR, shost, "init tag map failed\n");
11217 goto err_free_dma;
11218 }
11219 11213
11220 /* 11214 /*
11221 * Set the maximum number of scatter-gather elements the 11215 * Set the maximum number of scatter-gather elements the