diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-09-17 09:29:44 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-16 05:24:44 -0400 |
commit | 7530c20f2ab2f55b99c666b03728df7d8b59a80c (patch) | |
tree | 3cec3034fb380076dab3412e6a536c7af3700a11 /drivers/scsi/u14-34f.c | |
parent | 633ed113d477c1a8c77d5fe3574c410ea52f58cc (diff) |
Fixup u14-34f ENABLE_SG_CHAINING
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/scsi/u14-34f.c')
-rw-r--r-- | drivers/scsi/u14-34f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c index d6cb549a60ca..7edd6ceb13b2 100644 --- a/drivers/scsi/u14-34f.c +++ b/drivers/scsi/u14-34f.c | |||
@@ -450,7 +450,7 @@ static struct scsi_host_template driver_template = { | |||
450 | .slave_configure = u14_34f_slave_configure, | 450 | .slave_configure = u14_34f_slave_configure, |
451 | .this_id = 7, | 451 | .this_id = 7, |
452 | .unchecked_isa_dma = 1, | 452 | .unchecked_isa_dma = 1, |
453 | .use_clustering = ENABLE_CLUSTERING | 453 | .use_clustering = ENABLE_CLUSTERING, |
454 | .use_sg_chaining = ENABLE_SG_CHAINING, | 454 | .use_sg_chaining = ENABLE_SG_CHAINING, |
455 | }; | 455 | }; |
456 | 456 | ||