]> www.infradead.org Git - linux.git/commit
clk: qcom: constify static 'struct qcom_icc_hws_data'
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 5 Sep 2024 15:02:35 +0000 (17:02 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 6 Oct 2024 03:18:22 +0000 (22:18 -0500)
commitaf65ec1a99233c3610481f410b8ff3f231005d2e
tree68c40f3ac6886a78916675b72f9e3e4b99e67cbd
parentb815ccf5bfcf95dc2c0a9a421278e0060df35a63
clk: qcom: constify static 'struct qcom_icc_hws_data'

Drivers and core code does not modify the file-scope static 'struct
qcom_icc_hws_data', so it can be made const for code safety and
readability.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240905150235.276345-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/common.h
drivers/clk/qcom/gcc-ipq5332.c
drivers/clk/qcom/gcc-ipq9574.c