scsi: remove the use_clustering flag
[linux-2.6-microblaze.git] / drivers / scsi / atari_scsi.c
index 89f5154..a503dc5 100644 (file)
@@ -714,7 +714,7 @@ static struct scsi_host_template atari_scsi_template = {
        .eh_host_reset_handler  = atari_scsi_host_reset,
        .this_id                = 7,
        .cmd_per_lun            = 2,
-       .use_clustering         = DISABLE_CLUSTERING,
+       .dma_boundary           = PAGE_SIZE - 1,
        .cmd_size               = NCR5380_CMD_SIZE,
 };