File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ static const struct regmap_config video_cc_sa8775p_regmap_config = {
512
512
.fast_io = true,
513
513
};
514
514
515
- static struct qcom_cc_desc video_cc_sa8775p_desc = {
515
+ static const struct qcom_cc_desc video_cc_sa8775p_desc = {
516
516
.config = & video_cc_sa8775p_regmap_config ,
517
517
.clks = video_cc_sa8775p_clocks ,
518
518
.num_clks = ARRAY_SIZE (video_cc_sa8775p_clocks ),
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ static const struct regmap_config video_cc_sm8350_regmap_config = {
510
510
.fast_io = true,
511
511
};
512
512
513
- static struct qcom_cc_desc video_cc_sm8350_desc = {
513
+ static const struct qcom_cc_desc video_cc_sm8350_desc = {
514
514
.config = & video_cc_sm8350_regmap_config ,
515
515
.clks = video_cc_sm8350_clocks ,
516
516
.num_clks = ARRAY_SIZE (video_cc_sm8350_clocks ),
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ static const struct regmap_config video_cc_sm8450_regmap_config = {
415
415
.fast_io = true,
416
416
};
417
417
418
- static struct qcom_cc_desc video_cc_sm8450_desc = {
418
+ static const struct qcom_cc_desc video_cc_sm8450_desc = {
419
419
.config = & video_cc_sm8450_regmap_config ,
420
420
.clks = video_cc_sm8450_clocks ,
421
421
.num_clks = ARRAY_SIZE (video_cc_sm8450_clocks ),
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ static const struct regmap_config video_cc_sm8550_regmap_config = {
519
519
.fast_io = true,
520
520
};
521
521
522
- static struct qcom_cc_desc video_cc_sm8550_desc = {
522
+ static const struct qcom_cc_desc video_cc_sm8550_desc = {
523
523
.config = & video_cc_sm8550_regmap_config ,
524
524
.clks = video_cc_sm8550_clocks ,
525
525
.num_clks = ARRAY_SIZE (video_cc_sm8550_clocks ),
You can’t perform that action at this time.
0 commit comments