From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- 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