lkml.org 
[lkml]   [2020]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 1/7] iio: core: remove iio_priv_to_dev() helper
    Date
    All users of this helper have been updated to not use it.
    Remove it now, so that we don't need to move it when creating the
    iio_dev_opaque structure.

    Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    ---
    include/linux/iio/iio.h | 6 ------
    1 file changed, 6 deletions(-)

    diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
    index 1c1d02107722..10a6d97a8e3e 100644
    --- a/include/linux/iio/iio.h
    +++ b/include/linux/iio/iio.h
    @@ -703,12 +703,6 @@ static inline void *iio_priv(const struct iio_dev *indio_dev)
    return (char *)indio_dev + ALIGN(sizeof(struct iio_dev), IIO_ALIGN);
    }

    -static inline struct iio_dev *iio_priv_to_dev(void *priv)
    -{
    - return (struct iio_dev *)((char *)priv -
    - ALIGN(sizeof(struct iio_dev), IIO_ALIGN));
    -}
    -
    void iio_device_free(struct iio_dev *indio_dev);
    struct iio_dev *devm_iio_device_alloc(struct device *parent, int sizeof_priv);
    struct iio_trigger *devm_iio_trigger_alloc(struct device *dev,
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-06-30 06:55    [W:2.782 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site