rk: revert to v3.10
[firefly-linux-kernel-4.4.55.git] / include / scsi / scsi_host.h
index 50769a72166b56473065c4921519638ee1ed29e0..755243572219da23383d1bab92ff42584766ba8c 100644 (file)
@@ -475,9 +475,6 @@ struct scsi_host_template {
         */
        unsigned ordered_tag:1;
 
-       /* True if the controller does not support WRITE SAME */
-       unsigned no_write_same:1;
-
        /*
         * Countdown for host blocking with no commands outstanding.
         */
@@ -677,9 +674,6 @@ struct Scsi_Host {
        /* Don't resume host in EH */
        unsigned eh_noresume:1;
 
-       /* The controller does not support WRITE SAME */
-       unsigned no_write_same:1;
-
        /*
         * Optional work queue to be utilized by the transport
         */