projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9019309
)
staging:iio: remove orphaned function definition.
author
Jonathan Cameron
<jic23@cam.ac.uk>
Tue, 30 Aug 2011 11:41:09 +0000
(12:41 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Sep 2011 23:00:26 +0000
(16:00 -0700)
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>
drivers/staging/iio/ring_generic.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/iio/ring_generic.h
b/drivers/staging/iio/ring_generic.h
index db8d0d1469b9405a0052edc0e76c6550b043b99e..a63a9cb81126486356ec4e660011789b2df228be 100644
(file)
--- 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