aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/Documentation
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2011-12-19 09:23:47 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-22 16:38:09 -0500
commit307276cb8366d9c163160fe2775f5bfe7b9c1495 (patch)
treefa4a2204bf82919b58a200a353019ba6d72538b4 /drivers/staging/iio/Documentation
parent68bc73043224fb1a5a22ff9e77a9c758b9828525 (diff)
staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
Currently none of the buffer implementations implements the enable() or is_enable() nor does core code try to call these. So it is safe to remove them. Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/Documentation')
-rw-r--r--drivers/staging/iio/Documentation/ring.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/iio/Documentation/ring.txt b/drivers/staging/iio/Documentation/ring.txt
index 7e99ef2b7bc..1b77aeef179 100644
--- a/drivers/staging/iio/Documentation/ring.txt
+++ b/drivers/staging/iio/Documentation/ring.txt
@@ -51,7 +51,3 @@ get_bytes_per_datum, set_bytes_per_datum
51get_length / set_length 51get_length / set_length
52 Get/set the number of complete scans that may be held by the buffer. 52 Get/set the number of complete scans that may be held by the buffer.
53 53
54is_enabled
55 Query if ring buffer is in use
56enable
57 Start the ring buffer.