|
@@ -77,9 +77,7 @@ struct tsens_device {
|
|
struct device *dev;
|
|
struct device *dev;
|
|
u32 num_sensors;
|
|
u32 num_sensors;
|
|
struct regmap *map;
|
|
struct regmap *map;
|
|
- struct regmap_field *status_field;
|
|
|
|
struct tsens_context ctx;
|
|
struct tsens_context ctx;
|
|
- bool trdy;
|
|
|
|
const struct tsens_ops *ops;
|
|
const struct tsens_ops *ops;
|
|
struct tsens_sensor sensor[0];
|
|
struct tsens_sensor sensor[0];
|
|
};
|
|
};
|