diff options
Diffstat (limited to 'drivers/scsi/qlogicpti.c')
-rw-r--r-- | drivers/scsi/qlogicpti.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qlogicpti.c b/drivers/scsi/qlogicpti.c index 9d09228eee28..e35ce762d454 100644 --- a/drivers/scsi/qlogicpti.c +++ b/drivers/scsi/qlogicpti.c | |||
@@ -1287,7 +1287,6 @@ static struct scsi_host_template qpti_template = { | |||
1287 | .can_queue = QLOGICPTI_REQ_QUEUE_LEN, | 1287 | .can_queue = QLOGICPTI_REQ_QUEUE_LEN, |
1288 | .this_id = 7, | 1288 | .this_id = 7, |
1289 | .sg_tablesize = QLOGICPTI_MAX_SG(QLOGICPTI_REQ_QUEUE_LEN), | 1289 | .sg_tablesize = QLOGICPTI_MAX_SG(QLOGICPTI_REQ_QUEUE_LEN), |
1290 | .use_clustering = ENABLE_CLUSTERING, | ||
1291 | }; | 1290 | }; |
1292 | 1291 | ||
1293 | static const struct of_device_id qpti_match[]; | 1292 | static const struct of_device_id qpti_match[]; |