diff options
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index 9b404fc69c90..612cb5bc1333 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -1992,7 +1992,6 @@ static struct scsi_host_template mptsas_driver_template = { | |||
1992 | .sg_tablesize = MPT_SCSI_SG_DEPTH, | 1992 | .sg_tablesize = MPT_SCSI_SG_DEPTH, |
1993 | .max_sectors = 8192, | 1993 | .max_sectors = 8192, |
1994 | .cmd_per_lun = 7, | 1994 | .cmd_per_lun = 7, |
1995 | .use_clustering = ENABLE_CLUSTERING, | ||
1996 | .shost_attrs = mptscsih_host_attrs, | 1995 | .shost_attrs = mptscsih_host_attrs, |
1997 | .no_write_same = 1, | 1996 | .no_write_same = 1, |
1998 | }; | 1997 | }; |