[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+U=DsqGZvCdVcEyTW7YpQOaPG7RMUzziN83d_ChnvNeFv3Paw@mail.gmail.com>
Date: Tue, 16 Nov 2021 10:22:59 +0200
From: Alexandru Ardelean <ardeleanalex@...il.com>
To: Paul Cercueil <paul@...pouillou.net>
Cc: Jonathan Cameron <jic23@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
Michael Hennerich <Michael.Hennerich@...log.com>,
Sumit Semwal <sumit.semwal@...aro.org>,
Christian König <christian.koenig@....com>,
linux-iio <linux-iio@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, linux-media@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linaro-mm-sig@...ts.linaro.org
Subject: Re: [PATCH 02/15] iio: buffer-dma: Remove unused iio_buffer_block struct
On Mon, Nov 15, 2021 at 4:19 PM Paul Cercueil <paul@...pouillou.net> wrote:
>
> This structure was never used anywhere, so it can safely be dropped.
>
> It will later be re-introduced as a different structure in a
> different header.
Reviewed-by: Alexandru Ardelean <ardeleanalex@...il.com>
>
> Signed-off-by: Paul Cercueil <paul@...pouillou.net>
> ---
> include/linux/iio/buffer-dma.h | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/include/linux/iio/buffer-dma.h b/include/linux/iio/buffer-dma.h
> index d4ed5ff39d44..a65a005c4a19 100644
> --- a/include/linux/iio/buffer-dma.h
> +++ b/include/linux/iio/buffer-dma.h
> @@ -17,11 +17,6 @@ struct iio_dma_buffer_queue;
> struct iio_dma_buffer_ops;
> struct device;
>
> -struct iio_buffer_block {
> - u32 size;
> - u32 bytes_used;
> -};
> -
> /**
> * enum iio_block_state - State of a struct iio_dma_buffer_block
> * @IIO_BLOCK_STATE_DEQUEUED: Block is not queued
> --
> 2.33.0
>
Powered by blists - more mailing lists