thermal/qcom/tsens: Drop ops_v0_1
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 19 Oct 2023 14:43:11 +0000 (17:43 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 Oct 2023 15:13:12 +0000 (17:13 +0200)
commit9618efe343ead954ca5c23856ae23d0a29e7d4b9
tree3080d6c067dfe239a77269befaa437d09c67c247
parent5437d14d94c8b0b3a960f616dfe02dc153806225
thermal/qcom/tsens: Drop ops_v0_1

Since the commit 6812d1dfbca9 ("thermal/drivers/qcom/tsens-v0_1: Fix
mdm9607 slope values") the default v0.1 implementation of tsens
options is unused by the driver. Drop it now to stop compiler
complaining about the unused static const. If it appears there is the
need for the default v0.1 ops struct, this commit can be easily
reverted without further considerations.

Fixes: 6812d1dfbca9 ("thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20231019144311.1035181-1-dmitry.baryshkov@linaro.org
drivers/thermal/qcom/tsens-v0_1.c