From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/include/linux/iio/kfifo_buf.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/include/linux/iio/kfifo_buf.h b/kernel/include/linux/iio/kfifo_buf.h index 764659e..1fc1efa 100644 --- a/kernel/include/linux/iio/kfifo_buf.h +++ b/kernel/include/linux/iio/kfifo_buf.h @@ -9,6 +9,5 @@ void iio_kfifo_free(struct iio_buffer *r); struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev); -void devm_iio_kfifo_free(struct device *dev, struct iio_buffer *r); #endif -- Gitblit v1.6.2