From 36b6f4a7b647fcce0e1e578b1999f4a030be786c Mon Sep 17 00:00:00 2001 From: Jonathan Cameron Date: Tue, 30 Aug 2011 12:41:09 +0100 Subject: [PATCH] staging:iio: remove orphaned function definition. I have no idea what this was, or what it did, but it doesn't do it any more. Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/staging/iio/ring_generic.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/iio/ring_generic.h b/drivers/staging/iio/ring_generic.h index db8d0d1469b..a63a9cb8112 100644 --- a/drivers/staging/iio/ring_generic.h +++ b/drivers/staging/iio/ring_generic.h @@ -211,8 +211,6 @@ int iio_ring_buffer_register_ex(struct iio_dev *indio_dev, int id, const struct iio_chan_spec *channels, int num_channels); -void iio_ring_access_release(struct device *dev); - /** * iio_ring_buffer_unregister() - unregister the buffer from IIO core * @indio_dev: the device with the buffer to be unregistered -- 2.39.2