We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e8990 commit 01daf71Copy full SHA for 01daf71
drivers/thermal/qcom/tsens-v1.c
@@ -243,7 +243,7 @@ struct tsens_plat_data data_8976 = {
243
.fields = tsens_v1_regfields,
244
};
245
246
-const struct tsens_ops ops_ipq5018 = {
+static const struct tsens_ops ops_ipq5018 = {
247
.init = init_tsens_v1_no_rpm,
248
.calibrate = tsens_calibrate_common,
249
.get_temp = get_temp_tsens_valid,
0 commit comments