]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: qcom: dispcc-sm8550: make struct clk_init_data const
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 17 Jul 2024 10:04:30 +0000 (13:04 +0300)
committerBjorn Andersson <andersson@kernel.org>
Thu, 1 Aug 2024 03:08:33 +0000 (22:08 -0500)
commiteb64ccacd0cd9343926424f63fec76e73eb815a7
tree6e84ab2e2b13d5d4bd003caad07f989e31e5d6c9
parentcb4c00698f2f27d99a69adcce659370ca286cf2a
clk: qcom: dispcc-sm8550: make struct clk_init_data const

The clk_init_data instances are not changed at runtime. Mark them as
constant data.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240717-dispcc-sm8550-fixes-v2-3-5c4a3128c40b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/dispcc-sm8550.c