clk: qcom: apss-ipq-pll: constify match data structures
authorGabor Juhos <j4g8y7@gmail.com>
Thu, 28 Mar 2024 09:23:12 +0000 (10:23 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sat, 27 Apr 2024 18:13:18 +0000 (13:13 -0500)
commit07570342d305d90c1c5dba6d336fb4c8301aef45
tree44f51c1ef6cebb16add0c956daea13d6700bf41c
parent35a99c6ffa1e9bd8d31ddd3098e6fad7ba884928
clk: qcom: apss-ipq-pll: constify match data structures

The match data structures are used only by the apss_ipq_pll_probe()
function and are never modified so mark those as constant.

No functional changes.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Link: https://lore.kernel.org/r/20240328-apss-ipq-pll-cleanup-v4-3-eddbf617f0c8@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/apss-ipq-pll.c