aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/fusion/mptfc.c1
-rw-r--r--drivers/message/fusion/mptsas.c1
-rw-r--r--drivers/message/fusion/mptspi.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c
index b15fdc626fb8..4314a3352b96 100644
--- a/drivers/message/fusion/mptfc.c
+++ b/drivers/message/fusion/mptfc.c
@@ -129,7 +129,6 @@ static struct scsi_host_template mptfc_driver_template = {
129 .sg_tablesize = MPT_SCSI_SG_DEPTH, 129 .sg_tablesize = MPT_SCSI_SG_DEPTH,
130 .max_sectors = 8192, 130 .max_sectors = 8192,
131 .cmd_per_lun = 7, 131 .cmd_per_lun = 7,
132 .use_clustering = ENABLE_CLUSTERING,
133 .shost_attrs = mptscsih_host_attrs, 132 .shost_attrs = mptscsih_host_attrs,
134}; 133};
135 134
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};
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c
index 9a336a161d9f..7172b0b16bdd 100644
--- a/drivers/message/fusion/mptspi.c
+++ b/drivers/message/fusion/mptspi.c
@@ -848,7 +848,6 @@ static struct scsi_host_template mptspi_driver_template = {
848 .sg_tablesize = MPT_SCSI_SG_DEPTH, 848 .sg_tablesize = MPT_SCSI_SG_DEPTH,
849 .max_sectors = 8192, 849 .max_sectors = 8192,
850 .cmd_per_lun = 7, 850 .cmd_per_lun = 7,
851 .use_clustering = ENABLE_CLUSTERING,
852 .shost_attrs = mptscsih_host_attrs, 851 .shost_attrs = mptscsih_host_attrs,
853}; 852};
854 853