File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1800,7 +1800,7 @@ static const struct regmap_config cam_cc_sa8775p_regmap_config = {
1800
1800
.fast_io = true,
1801
1801
};
1802
1802
1803
- static struct qcom_cc_desc cam_cc_sa8775p_desc = {
1803
+ static const struct qcom_cc_desc cam_cc_sa8775p_desc = {
1804
1804
.config = & cam_cc_sa8775p_regmap_config ,
1805
1805
.clks = cam_cc_sa8775p_clocks ,
1806
1806
.num_clks = ARRAY_SIZE (cam_cc_sa8775p_clocks ),
Original file line number Diff line number Diff line change @@ -2987,7 +2987,7 @@ static const struct regmap_config camcc_sc8280xp_regmap_config = {
2987
2987
.fast_io = true,
2988
2988
};
2989
2989
2990
- static struct qcom_cc_desc camcc_sc8280xp_desc = {
2990
+ static const struct qcom_cc_desc camcc_sc8280xp_desc = {
2991
2991
.config = & camcc_sc8280xp_regmap_config ,
2992
2992
.clks = camcc_sc8280xp_clocks ,
2993
2993
.num_clks = ARRAY_SIZE (camcc_sc8280xp_clocks ),
Original file line number Diff line number Diff line change @@ -1640,7 +1640,7 @@ static const struct regmap_config cam_cc_sm4450_regmap_config = {
1640
1640
.fast_io = true,
1641
1641
};
1642
1642
1643
- static struct qcom_cc_desc cam_cc_sm4450_desc = {
1643
+ static const struct qcom_cc_desc cam_cc_sm4450_desc = {
1644
1644
.config = & cam_cc_sm4450_regmap_config ,
1645
1645
.clks = cam_cc_sm4450_clocks ,
1646
1646
.num_clks = ARRAY_SIZE (cam_cc_sm4450_clocks ),
Original file line number Diff line number Diff line change @@ -2094,7 +2094,7 @@ static const struct regmap_config cam_cc_sm8150_regmap_config = {
2094
2094
.fast_io = true,
2095
2095
};
2096
2096
2097
- static struct qcom_cc_desc cam_cc_sm8150_desc = {
2097
+ static const struct qcom_cc_desc cam_cc_sm8150_desc = {
2098
2098
.config = & cam_cc_sm8150_regmap_config ,
2099
2099
.clks = cam_cc_sm8150_clocks ,
2100
2100
.num_clks = ARRAY_SIZE (cam_cc_sm8150_clocks ),
Original file line number Diff line number Diff line change @@ -3487,7 +3487,7 @@ static const struct regmap_config cam_cc_sm8550_regmap_config = {
3487
3487
.fast_io = true,
3488
3488
};
3489
3489
3490
- static struct qcom_cc_desc cam_cc_sm8550_desc = {
3490
+ static const struct qcom_cc_desc cam_cc_sm8550_desc = {
3491
3491
.config = & cam_cc_sm8550_regmap_config ,
3492
3492
.clks = cam_cc_sm8550_clocks ,
3493
3493
.num_clks = ARRAY_SIZE (cam_cc_sm8550_clocks ),
Original file line number Diff line number Diff line change @@ -3517,7 +3517,7 @@ static const struct regmap_config cam_cc_sm8650_regmap_config = {
3517
3517
.fast_io = true,
3518
3518
};
3519
3519
3520
- static struct qcom_cc_desc cam_cc_sm8650_desc = {
3520
+ static const struct qcom_cc_desc cam_cc_sm8650_desc = {
3521
3521
.config = & cam_cc_sm8650_regmap_config ,
3522
3522
.clks = cam_cc_sm8650_clocks ,
3523
3523
.num_clks = ARRAY_SIZE (cam_cc_sm8650_clocks ),
You can’t perform that action at this time.
0 commit comments