diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-13 18:17:05 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-12-19 07:13:12 +0300 |
commit | 7b44047bce9c9d2c5020f5fb3dc94dd7b88cc355 (patch) | |
tree | eb3efe2234609c0d1598bc6abc642ca7e88d6151 /drivers/scsi/arm/eesox.c | |
parent | 736c23d6caa5a1383391e1d45537829cebf92257 (diff) | |
download | linux-7b44047bce9c9d2c5020f5fb3dc94dd7b88cc355.tar.xz |
scsi: powertec: remove the explicit use_clustering setting
This driver already sets the dma_boundary to PAGE_SIZE - 1, which
has the same result.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/arm/eesox.c')
-rw-r--r-- | drivers/scsi/arm/eesox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/arm/eesox.c b/drivers/scsi/arm/eesox.c index e93e047f4316..8f64c370a8a7 100644 --- a/drivers/scsi/arm/eesox.c +++ b/drivers/scsi/arm/eesox.c @@ -486,7 +486,6 @@ static struct scsi_host_template eesox_template = { .this_id = 7, .sg_tablesize = SG_MAX_SEGMENTS, .dma_boundary = IOMD_DMA_BOUNDARY, - .use_clustering = DISABLE_CLUSTERING, .proc_name = "eesox", }; |