From: Lars-Peter Clausen Date: Tue, 21 Feb 2012 17:53:39 +0000 (+0100) Subject: staging:iio: Remove declaration for non existing function X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=004d81339a3039e6402aa1ab73c5f986c9036786;p=mv-sheeva.git staging:iio: Remove declaration for non existing function The declaration for iio_buffer_deinit has been around for quite some time, but the function itself has never been added. So remove the declaration. Signed-off-by: Lars-Peter Clausen Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/buffer.h b/drivers/staging/iio/buffer.h index 6fb6e64181a..df2046dcb62 100644 --- a/drivers/staging/iio/buffer.h +++ b/drivers/staging/iio/buffer.h @@ -91,8 +91,6 @@ struct iio_buffer { **/ void iio_buffer_init(struct iio_buffer *buffer); -void iio_buffer_deinit(struct iio_buffer *buffer); - /** * __iio_update_buffer() - update common elements of buffers * @buffer: buffer that is the event source