scsi: ufs: Optimize host lock on transfer requests send/compl paths
[linux-2.6-microblaze.git] / drivers / scsi / ufs / ufshcd.h
index 8b1d0da..fc65175 100644 (file)
@@ -193,7 +193,6 @@ struct ufs_pm_lvl_states {
  * @crypto_key_slot: the key slot to use for inline crypto (-1 if none)
  * @data_unit_num: the data unit number for the first block for inline crypto
  * @req_abort_skip: skip request abort task flag
- * @in_use: indicates that this lrb is still in use
  */
 struct ufshcd_lrb {
        struct utp_transfer_req_desc *utr_descriptor_ptr;
@@ -223,7 +222,6 @@ struct ufshcd_lrb {
 #endif
 
        bool req_abort_skip;
-       bool in_use;
 };
 
 /**