scsi: kill off the legacy IO path
[linux-2.6-block.git] / drivers / scsi / scsi_debug.c
index 60bcc6df97a9171babba8a9e506843411e0be254..4740f1e9dd1709479a864b9914214aa3b26f92b0 100644 (file)
@@ -5881,8 +5881,7 @@ static int sdebug_driver_probe(struct device *dev)
        }
        /* Decide whether to tell scsi subsystem that we want mq */
        /* Following should give the same answer for each host */
-       if (shost_use_blk_mq(hpnt))
-               hpnt->nr_hw_queues = submit_queues;
+       hpnt->nr_hw_queues = submit_queues;
 
        sdbg_host->shost = hpnt;
        *((struct sdebug_host_info **)hpnt->hostdata) = sdbg_host;