mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user