scsi: Do not set cmd_per_lun to 1 in the host template
[linux-2.6-block.git] / drivers / block / cciss_scsi.c
index ecd845cd28d8d111a42bbb120dbf8d006f1a0340..1537302e56e3de1889d3069170dee2e55bfd73d5 100644 (file)
@@ -84,7 +84,6 @@ static struct scsi_host_template cciss_driver_template = {
        .show_info              = cciss_scsi_show_info,
        .queuecommand           = cciss_scsi_queue_command,
        .this_id                = 7,
-       .cmd_per_lun            = 1,
        .use_clustering         = DISABLE_CLUSTERING,
        /* Can't have eh_bus_reset_handler or eh_host_reset_handler for cciss */
        .eh_device_reset_handler= cciss_eh_device_reset_handler,