mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
ANDROID: scsi: ufs: Minimize the difference with the upstream code
Make the order of function declarations match the order in the upstream code. Bug: 204438323 Change-Id: Iac453cdb5ae67184c4218639ab8b91da03fabc66 Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Todd Kjos
parent
321995d280
commit
acb0ef885c
@@ -1219,11 +1219,11 @@ int ufshcd_read_desc_param(struct ufs_hba *hba,
|
||||
u8 param_offset,
|
||||
u8 *param_read_buf,
|
||||
u8 param_size);
|
||||
int ufshcd_query_attr_retry(struct ufs_hba *hba, enum query_opcode opcode,
|
||||
enum attr_idn idn, u8 index, u8 selector,
|
||||
u32 *attr_val);
|
||||
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_attr_retry(struct ufs_hba *hba,
|
||||
enum query_opcode opcode, enum attr_idn idn, u8 index, u8 selector,
|
||||
u32 *attr_val);
|
||||
int ufshcd_query_flag(struct ufs_hba *hba, enum query_opcode opcode,
|
||||
enum flag_idn idn, u8 index, bool *flag_res);
|
||||
int ufshcd_query_flag_retry(struct ufs_hba *hba,
|
||||
|
||||
Reference in New Issue
Block a user