interconnect: qcom: sc8180x: constify pointer to qcom_icc_node
Pointers to struct qcom_icc_node are const. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221027154848.293523-3-krzysztof.kozlowski@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
parent
7870c7076a
commit
c1c537cf30
|
@ -1889,7 +1889,7 @@ static struct qcom_icc_bcm * const qup_virt_bcms[] = {
|
|||
&bcm_qup0,
|
||||
};
|
||||
|
||||
static struct qcom_icc_node *qup_virt_nodes[] = {
|
||||
static struct qcom_icc_node * const qup_virt_nodes[] = {
|
||||
[MASTER_QUP_CORE_0] = &mas_qup_core_0,
|
||||
[MASTER_QUP_CORE_1] = &mas_qup_core_1,
|
||||
[MASTER_QUP_CORE_2] = &mas_qup_core_2,
|
||||
|
|
Loading…
Reference in New Issue