lkml.org 
[lkml]   [2021]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/15] iio: buffer-dma: Remove unused iio_buffer_block struct
    Date
    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.

    Signed-off-by: Paul Cercueil <paul@crapouillou.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
    \
     
     \ /
      Last update: 2021-11-15 15:22    [W:3.213 / U:0.936 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site