Patch "scsi: ufs: Declare ufshcd_{hold,release}() once" has been added to the 6.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    scsi: ufs: Declare ufshcd_{hold,release}() once

to the 6.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     scsi-ufs-declare-ufshcd_-hold-release-once.patch
and it can be found in the queue-6.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit b9aecd430d728635c360954106046417a8738a70
Author: Bart Van Assche <bvanassche@xxxxxxx>
Date:   Mon May 29 13:26:39 2023 -0700

    scsi: ufs: Declare ufshcd_{hold,release}() once
    
    [ Upstream commit 4b68b7f9c46d90c541d39c8b397a86ac0ca4c765 ]
    
    ufshcd_hold() and ufshcd_release are declared twice: once in
    drivers/ufs/core/ufshcd-priv.h and a second time in include/ufs/ufshcd.h.
    Remove the declarations from ufshcd-priv.h.
    
    Fixes: dd11376b9f1b ("scsi: ufs: Split the drivers/scsi/ufs directory")
    Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
    Link: https://lore.kernel.org/r/20230529202640.11883-5-bvanassche@xxxxxxx
    Reviewed-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>
    Reviewed-by: Keoseong Park <keosung.park@xxxxxxxxxxx>
    Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/ufs/core/ufshcd-priv.h b/drivers/ufs/core/ufshcd-priv.h
index d53b93c21a0c6..8f58c21693985 100644
--- a/drivers/ufs/core/ufshcd-priv.h
+++ b/drivers/ufs/core/ufshcd-priv.h
@@ -84,9 +84,6 @@ unsigned long ufshcd_mcq_poll_cqe_lock(struct ufs_hba *hba,
 int ufshcd_read_string_desc(struct ufs_hba *hba, u8 desc_index,
 			    u8 **buf, bool ascii);
 
-int ufshcd_hold(struct ufs_hba *hba, bool async);
-void ufshcd_release(struct ufs_hba *hba);
-
 int ufshcd_send_uic_cmd(struct ufs_hba *hba, struct uic_command *uic_cmd);
 
 int ufshcd_exec_raw_upiu_cmd(struct ufs_hba *hba,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux