Message ID | a55492279160077e59fcc1e29b2c3b6d9d0f822f.1531133611.git.amit.kucheria@linaro.org |
---|---|
State | Accepted |
Commit | 5834edde914b042faedb9179386335927315767b |
Headers | show |
Series | [v5,1/7] thermal: tsens: Get rid of unused fields in structure | expand |
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]; };