File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ static const struct regmap_config gpu_cc_sc8280xp_regmap_config = {
416
416
.fast_io = true,
417
417
};
418
418
419
- static struct qcom_cc_desc gpu_cc_sc8280xp_desc = {
419
+ static const struct qcom_cc_desc gpu_cc_sc8280xp_desc = {
420
420
.config = & gpu_cc_sc8280xp_regmap_config ,
421
421
.clks = gpu_cc_sc8280xp_clocks ,
422
422
.num_clks = ARRAY_SIZE (gpu_cc_sc8280xp_clocks ),
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ static const struct regmap_config gpu_cc_x1p42100_regmap_config = {
523
523
.fast_io = true,
524
524
};
525
525
526
- static struct qcom_cc_desc gpu_cc_x1p42100_desc = {
526
+ static const struct qcom_cc_desc gpu_cc_x1p42100_desc = {
527
527
.config = & gpu_cc_x1p42100_regmap_config ,
528
528
.clks = gpu_cc_x1p42100_clocks ,
529
529
.num_clks = ARRAY_SIZE (gpu_cc_x1p42100_clocks ),
You can’t perform that action at this time.
0 commit comments