status_field and trdy are unused in any of the tsens drivers. Remove them.

Signed-off-by: Amit Kucheria <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Acked-by: Rajendra Nayak <[email protected]>
Tested-by: Matthias Kaehlcke <[email protected]>
---
 drivers/thermal/qcom/tsens.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/thermal/qcom/tsens.h b/drivers/thermal/qcom/tsens.h
index 911c197..dc56e1e 100644
--- a/drivers/thermal/qcom/tsens.h
+++ b/drivers/thermal/qcom/tsens.h
@@ -77,9 +77,7 @@ struct tsens_device {
        struct device                   *dev;
        u32                             num_sensors;
        struct regmap                   *map;
-       struct regmap_field             *status_field;
        struct tsens_context            ctx;
-       bool                            trdy;
        const struct tsens_ops          *ops;
        struct tsens_sensor             sensor[0];
 };
-- 
2.7.4

Reply via email to