mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
iio: accel: adxl372: remove unused int2_bitmask field
Remove unused int2_bitmask field from adxl372_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
d07b24cc62
commit
3ec0a13ae2
1 changed files with 0 additions and 1 deletions
|
|
@ -295,7 +295,6 @@ struct adxl372_state {
|
|||
u32 inact_time_ms;
|
||||
u8 fifo_set_size;
|
||||
unsigned long int1_bitmask;
|
||||
unsigned long int2_bitmask;
|
||||
u16 watermark;
|
||||
__be16 fifo_buf[ADXL372_FIFO_SIZE];
|
||||
bool peak_fifo_mode_en;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue