ANDROID: scsi: ufs: Move the ufs_mtk_host.hw_ver member variable

Align a structure definition with the upstream code. See also upstream
commit 638e6271ca ("scsi: ufs-mediatek: Add HS-G4 support").

Bug: 204438323
Change-Id: Ie4eac4b7088950fe813ab7236718ea872a91c085
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche
2021-10-28 14:26:08 -07:00
parent 27a75f9751
commit daa0085d45

View File

@@ -117,12 +117,12 @@ struct ufs_mtk_hw_ver {
struct ufs_mtk_host {
struct phy *mphy;
struct regulator *reg_va09;
struct ufs_mtk_hw_ver hw_ver;
struct reset_control *hci_reset;
struct reset_control *unipro_reset;
struct reset_control *crypto_reset;
struct ufs_hba *hba;
struct ufs_mtk_crypt_cfg *crypt;
struct ufs_mtk_hw_ver hw_ver;
enum ufs_mtk_host_caps caps;
bool mphy_powered_on;
bool unipro_lpm;