Skip to content

Commit f24227a

Browse files
krzkGeorgi Djakov
authored andcommitted
interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcm
Pointers to struct qcom_icc_bcm are const, but the change was dropped during merge. Fixes: 016fca5 ("Merge branch 'icc-const' into icc-next") Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent c423f01 commit f24227a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/interconnect/qcom/sc7180.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ static const struct qcom_icc_desc sc7180_gem_noc = {
369369
.num_bcms = ARRAY_SIZE(gem_noc_bcms),
370370
};
371371

372-
static struct qcom_icc_bcm *mc_virt_bcms[] = {
372+
static struct qcom_icc_bcm * const mc_virt_bcms[] = {
373373
&bcm_acv,
374374
&bcm_mc0,
375375
};

0 commit comments

Comments
 (0)