diff options
author | Robert Budai <robert.budai@analog.com> | 2024-11-25 15:35:08 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-12-07 17:49:11 +0000 |
commit | 0c39208bc3af6f7afcbcdb675ad8fbe6b3022865 (patch) | |
tree | 1f158f4252139d16ab6e4b07a317a48dbed4ca5a | |
parent | 14a2ed21efdce5a585fff9e07c58799ffb6ca022 (diff) |
iio: imu: adis: Remove documented not used elements
This patch removes elements from adis.h that are documented
but not used anymore.
Signed-off-by: Robert Budai <robert.budai@analog.com>
Link: https://patch.msgid.link/20241125133520.24328-2-robert.budai@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | include/linux/iio/imu/adis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iio/imu/adis.h b/include/linux/iio/imu/adis.h index e6a75356567a..4bb98d9731de 100644 --- a/include/linux/iio/imu/adis.h +++ b/include/linux/iio/imu/adis.h @@ -99,7 +99,6 @@ struct adis_data { * @spi: Reference to SPI device which owns this ADIS IIO device * @trig: IIO trigger object data * @data: ADIS chip variant specific data - * @burst: ADIS burst transfer information * @burst_extra_len: Burst extra length. Should only be used by devices that can * dynamically change their burst mode length. * @state_lock: Lock used by the device to protect state |