mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
iio: imu: bmi323: remove unused drdy_trigger_enabled
Remove unused drdy_trigger_enabled field from bmi323_data struct. The field is declared but never accessed in the driver. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
5c9ba5d863
commit
c1f9dea72c
@@ -156,7 +156,6 @@ struct bmi323_data {
|
||||
struct iio_mount_matrix orientation;
|
||||
enum bmi323_irq_pin irq_pin;
|
||||
struct iio_trigger *trig;
|
||||
bool drdy_trigger_enabled;
|
||||
enum bmi323_state state;
|
||||
s64 fifo_tstamp, old_fifo_tstamp;
|
||||
u32 odrns[BMI323_SENSORS_CNT];
|
||||
|
||||
Reference in New Issue
Block a user