File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1485,7 +1485,7 @@ static struct qcom_icc_node * const cnoc_main_nodes[] = {
1485
1485
[SLAVE_PCIE_0 ] = & xs_pcie ,
1486
1486
};
1487
1487
1488
- static struct qcom_icc_desc sm8750_cnoc_main = {
1488
+ static const struct qcom_icc_desc sm8750_cnoc_main = {
1489
1489
.nodes = cnoc_main_nodes ,
1490
1490
.num_nodes = ARRAY_SIZE (cnoc_main_nodes ),
1491
1491
.bcms = cnoc_main_bcms ,
@@ -1518,7 +1518,7 @@ static struct qcom_icc_node * const gem_noc_nodes[] = {
1518
1518
[SLAVE_MEM_NOC_PCIE_SNOC ] = & qns_pcie ,
1519
1519
};
1520
1520
1521
- static struct qcom_icc_desc sm8750_gem_noc = {
1521
+ static const struct qcom_icc_desc sm8750_gem_noc = {
1522
1522
.nodes = gem_noc_nodes ,
1523
1523
.num_nodes = ARRAY_SIZE (gem_noc_nodes ),
1524
1524
.bcms = gem_noc_bcms ,
You can’t perform that action at this time.
0 commit comments