]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/storvsc_drv.c
[SCSI] pm80xx: Resetting the phy state.
[karo-tx-linux.git] / drivers / scsi / storvsc_drv.c
index 83ec1aa85964c73c547bc3f3eb2586d3b6d73dc7..17d7404272400dd1a76989a3965e0c4b85343036 100644 (file)
@@ -1697,6 +1697,7 @@ static struct scsi_host_template scsi_driver = {
        .use_clustering =       DISABLE_CLUSTERING,
        /* Make sure we dont get a sg segment crosses a page boundary */
        .dma_boundary =         PAGE_SIZE-1,
+       .no_write_same =        1,
 };
 
 enum {
@@ -1879,7 +1880,6 @@ static void __exit storvsc_drv_exit(void)
 }
 
 MODULE_LICENSE("GPL");
-MODULE_VERSION(HV_DRV_VERSION);
 MODULE_DESCRIPTION("Microsoft Hyper-V virtual storage driver");
 module_init(storvsc_drv_init);
 module_exit(storvsc_drv_exit);