File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,25 +142,25 @@ static const struct apss_pll_data ipq5018_pll_data = {
142
142
.pll_config = & ipq5018_pll_config ,
143
143
};
144
144
145
- static struct apss_pll_data ipq5332_pll_data = {
145
+ static const struct apss_pll_data ipq5332_pll_data = {
146
146
.pll_type = CLK_ALPHA_PLL_TYPE_STROMER_PLUS ,
147
147
.pll = & ipq_pll_stromer_plus ,
148
148
.pll_config = & ipq5332_pll_config ,
149
149
};
150
150
151
- static struct apss_pll_data ipq8074_pll_data = {
151
+ static const struct apss_pll_data ipq8074_pll_data = {
152
152
.pll_type = CLK_ALPHA_PLL_TYPE_HUAYRA ,
153
153
.pll = & ipq_pll_huayra ,
154
154
.pll_config = & ipq8074_pll_config ,
155
155
};
156
156
157
- static struct apss_pll_data ipq6018_pll_data = {
157
+ static const struct apss_pll_data ipq6018_pll_data = {
158
158
.pll_type = CLK_ALPHA_PLL_TYPE_HUAYRA ,
159
159
.pll = & ipq_pll_huayra ,
160
160
.pll_config = & ipq6018_pll_config ,
161
161
};
162
162
163
- static struct apss_pll_data ipq9574_pll_data = {
163
+ static const struct apss_pll_data ipq9574_pll_data = {
164
164
.pll_type = CLK_ALPHA_PLL_TYPE_HUAYRA ,
165
165
.pll = & ipq_pll_huayra ,
166
166
.pll_config = & ipq9574_pll_config ,
You can’t perform that action at this time.
0 commit comments