diff mbox series

[v3,1/7] iio: imu: adis: Remove documented not used elements

Message ID 20241216144818.25344-2-robert.budai@analog.com (mailing list archive)
State Changes Requested
Headers show
Series Add support for ADIS16550 and ADIS16550W | expand

Commit Message

Robert Budai Dec. 16, 2024, 2:48 p.m. UTC
This patch removes elements from adis.h that are documented
but not used anymore.

Signed-off-by: Robert Budai <robert.budai@analog.com>
---
 include/linux/iio/imu/adis.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Jonathan Cameron Dec. 19, 2024, 5:18 p.m. UTC | #1
On Mon, 16 Dec 2024 16:48:07 +0200
Robert Budai <robert.budai@analog.com> wrote:

> This patch removes elements from adis.h that are documented
> but not used anymore.
> 
> Signed-off-by: Robert Budai <robert.budai@analog.com>
I already picked this one up.  Don't included in any future versions
as it will just confuse me :)

Thanks,

Jonathan
> ---
>  include/linux/iio/imu/adis.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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
diff mbox series

Patch

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