clk: qcom: rpmh: remove duplicate IPA clock reference
One of the ones that were recently added was already there:
drivers/clk/qcom/clk-rpmh.c:578:35: error: initialized field overwritten [-Werror=override-init]
578 | [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw,
Fixes: aa055bf158
("clk: qcom: rpmh: define IPA clocks where required")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117170217.2462320-1-arnd@kernel.org
This commit is contained in:
committed by
Bjorn Andersson
parent
f6f10b4ae5
commit
19aeacf505
@@ -575,7 +575,6 @@ static struct clk_hw *sc8280xp_rpmh_clocks[] = {
|
|||||||
[RPMH_IPA_CLK] = &clk_rpmh_ipa.hw,
|
[RPMH_IPA_CLK] = &clk_rpmh_ipa.hw,
|
||||||
[RPMH_PKA_CLK] = &clk_rpmh_pka.hw,
|
[RPMH_PKA_CLK] = &clk_rpmh_pka.hw,
|
||||||
[RPMH_HWKM_CLK] = &clk_rpmh_hwkm.hw,
|
[RPMH_HWKM_CLK] = &clk_rpmh_hwkm.hw,
|
||||||
[RPMH_IPA_CLK] = &clk_rpmh_ipa.hw,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct clk_rpmh_desc clk_rpmh_sc8280xp = {
|
static const struct clk_rpmh_desc clk_rpmh_sc8280xp = {
|
||||||
|
Reference in New Issue
Block a user