diff options
Diffstat (limited to 'drivers/scsi/mac_scsi.c')
-rw-r--r-- | drivers/scsi/mac_scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/mac_scsi.c b/drivers/scsi/mac_scsi.c index 3b09ab21d701..0248919bc2df 100644 --- a/drivers/scsi/mac_scsi.c +++ b/drivers/scsi/mac_scsi.c | |||
@@ -592,7 +592,6 @@ static struct scsi_host_template driver_template = { | |||
592 | .this_id = 7, | 592 | .this_id = 7, |
593 | .sg_tablesize = SG_ALL, | 593 | .sg_tablesize = SG_ALL, |
594 | .cmd_per_lun = CMD_PER_LUN, | 594 | .cmd_per_lun = CMD_PER_LUN, |
595 | .unchecked_isa_dma = 0, | ||
596 | .use_clustering = DISABLE_CLUSTERING | 595 | .use_clustering = DISABLE_CLUSTERING |
597 | }; | 596 | }; |
598 | 597 | ||