mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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 <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9019309c2f
commit
36b6f4a7b6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue