diff options
Diffstat (limited to 'drivers/scsi/NCR53c406a.c')
-rw-r--r-- | drivers/scsi/NCR53c406a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53c406a.c b/drivers/scsi/NCR53c406a.c index 42c7161474f7..6e110c630d2c 100644 --- a/drivers/scsi/NCR53c406a.c +++ b/drivers/scsi/NCR53c406a.c | |||
@@ -1064,7 +1064,6 @@ static struct scsi_host_template driver_template = | |||
1064 | .can_queue = 1 /* can_queue */, | 1064 | .can_queue = 1 /* can_queue */, |
1065 | .this_id = 7 /* SCSI ID of the chip */, | 1065 | .this_id = 7 /* SCSI ID of the chip */, |
1066 | .sg_tablesize = 32 /*SG_ALL*/ /*SG_NONE*/, | 1066 | .sg_tablesize = 32 /*SG_ALL*/ /*SG_NONE*/, |
1067 | .cmd_per_lun = 1 /* commands per lun */, | ||
1068 | .unchecked_isa_dma = 1 /* unchecked_isa_dma */, | 1067 | .unchecked_isa_dma = 1 /* unchecked_isa_dma */, |
1069 | .use_clustering = ENABLE_CLUSTERING, | 1068 | .use_clustering = ENABLE_CLUSTERING, |
1070 | }; | 1069 | }; |