]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: qcom: ufs: drop unused ufsphy_v2_regs_layout
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Oct 2024 07:43:56 +0000 (09:43 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 20 Nov 2024 16:57:57 +0000 (17:57 +0100)
commit5afcd440968d356c8f4d767e90244b833e570636
tree5d7b47af4f83672d962ae7bc2cec4a0e4c12617b
parent9b9ccca64c055e5e4e0628bc9f4418fe4325f617
phy: qcom: ufs: drop unused ufsphy_v2_regs_layout

The ufsphy_v2_regs_layout is not used, drop it and fix:
phy-qcom-qmp-ufs.c:87:27: warning: ‘ufsphy_v2_regs_layout’ defined but not used [-Wunused-const-variable=]

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/phy/qcom/phy-qcom-qmp-ufs.c