]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/tmscsim.c
[PATCH] remove many unneeded #includes of sched.h
[linux-2.6-omap-h63xx.git] / drivers / scsi / tmscsim.c
index d03aa6ce8fe8afef715018917d257daad01b31ab..a583e89238fcf7297b06f6a36b59692badd86ef8 100644 (file)
 #include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/signal.h>
-#include <linux/sched.h>
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <linux/ioport.h>
@@ -2304,6 +2303,7 @@ static struct scsi_host_template driver_template = {
        .sg_tablesize           = SG_ALL,
        .cmd_per_lun            = 1,
        .use_clustering         = ENABLE_CLUSTERING,
+       .max_sectors            = 0x4000, /* 8MiB = 16 * 1024 * 512 */
 };
 
 /***********************************************************************