Skip to content

Commit c1c537c

Browse files
krzkGeorgi Djakov
authored andcommitted
interconnect: qcom: sc8180x: constify pointer to qcom_icc_node
Pointers to struct qcom_icc_node are const. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent 7870c70 commit c1c537c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/interconnect/qcom/sc8180x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ static struct qcom_icc_bcm * const qup_virt_bcms[] = {
18891889
&bcm_qup0,
18901890
};
18911891

1892-
static struct qcom_icc_node *qup_virt_nodes[] = {
1892+
static struct qcom_icc_node * const qup_virt_nodes[] = {
18931893
[MASTER_QUP_CORE_0] = &mas_qup_core_0,
18941894
[MASTER_QUP_CORE_1] = &mas_qup_core_1,
18951895
[MASTER_QUP_CORE_2] = &mas_qup_core_2,

0 commit comments

Comments
 (0)