On 5/29/23 00:29, Adrian Hunter wrote:
On 26/05/23 20:29, Bart Van Assche wrote:-int ufshcd_hold(struct ufs_hba *hba, bool async); +void ufshcd_hold(struct ufs_hba *hba); void ufshcd_release(struct ufs_hba *hba);Declarations of ufshcd_hold() / ufshcd_release() seem to be unnecessarily duplicated in drivers/ufs/core/ufshcd-priv.h and include/ufs/ufshcd.h
I will repost this series and add a patch that removes the duplicated declarations. Thanks, Bart.