scsi: introduce a max_segment_size host_template parameters
[sfrench/cifs-2.6.git] / drivers / scsi / 53c700.c
index 6be77b3aa8a5f53210916c428190bf95d02b18be..128d658d472a92c7ea476f788c133d27652356c4 100644 (file)
@@ -318,7 +318,6 @@ NCR_700_detect(struct scsi_host_template *tpnt,
        tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST;
        tpnt->sg_tablesize = NCR_700_SG_SEGMENTS;
        tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN;
-       tpnt->use_clustering = ENABLE_CLUSTERING;
        tpnt->slave_configure = NCR_700_slave_configure;
        tpnt->slave_destroy = NCR_700_slave_destroy;
        tpnt->slave_alloc = NCR_700_slave_alloc;