scsi: ufs: remove the duplicate function declarations
Commit 87ab449e105c ("scsi: ufs: splits vops and creates wrapper functions") introduced duplicate function declarations in header file, this change remove these duplicates. Change-Id: I382491e6dadd8b459977d5c3db9ea81a234f6273 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> [venkatg@codeaurora.org: resolved trivial merge conflicts] Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
parent
5eeb089464
commit
77ec9106c4
1 changed files with 0 additions and 9 deletions
|
@ -1035,15 +1035,6 @@ void ufshcd_abort_outstanding_transfer_requests(struct ufs_hba *hba,
|
|||
int result);
|
||||
u32 ufshcd_get_local_unipro_ver(struct ufs_hba *hba);
|
||||
|
||||
/* Expose Query-Request API */
|
||||
int ufshcd_query_flag(struct ufs_hba *hba, enum query_opcode opcode,
|
||||
enum flag_idn idn, bool *flag_res);
|
||||
int ufshcd_query_attr(struct ufs_hba *hba, enum query_opcode opcode,
|
||||
enum attr_idn idn, u8 index, u8 selector, u32 *attr_val);
|
||||
int ufshcd_query_descriptor(struct ufs_hba *hba, enum query_opcode opcode,
|
||||
enum desc_idn idn, u8 index, u8 selector, u8 *desc_buf, int *buf_len);
|
||||
|
||||
|
||||
/* Wrapper functions for safely calling variant operations */
|
||||
static inline const char *ufshcd_get_var_name(struct ufs_hba *hba)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue