Message ID | 20250522-ipq5018-tsens-sparse-v1-1-97edaaaef27c@outlook.com |
---|---|
State | New |
Headers | show |
Series | thermal: qcom: ipq5018: make ops_ipq5018 struct static | expand |
diff --git a/drivers/thermal/qcom/tsens-v1.c b/drivers/thermal/qcom/tsens-v1.c index 27360e70d62a94e52e67f5aaa45457be165bfeb3..faa5d00788ca6fb29b367857d27596578218358e 100644 --- a/drivers/thermal/qcom/tsens-v1.c +++ b/drivers/thermal/qcom/tsens-v1.c @@ -243,7 +243,7 @@ struct tsens_plat_data data_8976 = { .fields = tsens_v1_regfields, }; -const struct tsens_ops ops_ipq5018 = { +static const struct tsens_ops ops_ipq5018 = { .init = init_tsens_v1_no_rpm, .calibrate = tsens_calibrate_common, .get_temp = get_temp_tsens_valid,