diff options
Diffstat (limited to 'include/linux/iio/kfifo_buf.h')
| -rw-r--r-- | include/linux/iio/kfifo_buf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/iio/kfifo_buf.h b/include/linux/iio/kfifo_buf.h index 25eeac762e84..1683bc710d14 100644 --- a/include/linux/iio/kfifo_buf.h +++ b/include/linux/iio/kfifo_buf.h | |||
| @@ -5,7 +5,10 @@ | |||
| 5 | #include <linux/iio/iio.h> | 5 | #include <linux/iio/iio.h> |
| 6 | #include <linux/iio/buffer.h> | 6 | #include <linux/iio/buffer.h> |
| 7 | 7 | ||
| 8 | struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev); | 8 | struct iio_buffer *iio_kfifo_allocate(void); |
| 9 | void iio_kfifo_free(struct iio_buffer *r); | 9 | void iio_kfifo_free(struct iio_buffer *r); |
| 10 | 10 | ||
| 11 | struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev); | ||
| 12 | void devm_iio_kfifo_free(struct device *dev, struct iio_buffer *r); | ||
| 13 | |||
| 11 | #endif | 14 | #endif |
