mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
iio: accel: sca3000: remove unused last_timestamp field
Remove unused last_timestamp field from sca3000_state struct. The field is declared but never accessed in the driver. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
3ec0a13ae2
commit
3e55c3dc93
|
|
@ -153,7 +153,6 @@
|
|||
* struct sca3000_state - device instance state information
|
||||
* @us: the associated spi device
|
||||
* @info: chip variant information
|
||||
* @last_timestamp: the timestamp of the last event
|
||||
* @mo_det_use_count: reference counter for the motion detection unit
|
||||
* @lock: lock used to protect elements of sca3000_state
|
||||
* and the underlying device state.
|
||||
|
|
@ -163,7 +162,6 @@
|
|||
struct sca3000_state {
|
||||
struct spi_device *us;
|
||||
const struct sca3000_chip_info *info;
|
||||
s64 last_timestamp;
|
||||
int mo_det_use_count;
|
||||
struct mutex lock;
|
||||
/* Can these share a cacheline ? */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user