kernel/drivers/scsi/mvme147.c
.. .. @@ -8,7 +8,6 @@ 8 8 #include <linux/module.h> 9 9 10 10 #include <asm/page.h> 11 -#include <asm/pgtable.h>12 11 #include <asm/mvme147hw.h> 13 12 #include <asm/irq.h> 14 13 .. .. @@ -78,7 +77,6 @@ 78 77 .this_id = 7, 79 78 .sg_tablesize = SG_ALL, 80 79 .cmd_per_lun = CMD_PER_LUN, 81 - .use_clustering = ENABLE_CLUSTERING82 80 }; 83 81 84 82 static struct Scsi_Host *mvme147_shost;