diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-08-14 16:54:55 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-16 10:51:21 +0100 |
commit | 8548a63b37be4891e7972ba058b785d9468e8907 (patch) | |
tree | 30abebcbaeee81baa4d49c673f7dc89b950031df /Documentation/DocBook | |
parent | 050ee2f16e245b42c9ba30640bb91b309b424c48 (diff) | |
download | linux-8548a63b37be4891e7972ba058b785d9468e8907.tar.gz linux-8548a63b37be4891e7972ba058b785d9468e8907.tar.bz2 linux-8548a63b37be4891e7972ba058b785d9468e8907.zip |
iio: Move generic buffer implementations to sub-directory
For generic IIO trigger implementations we already have a sub-directory,
but the generic buffer implementations currently reside in the IIO
top-level directory. The main reason is that things have historically grown
into this form.
With more generic buffer implementations on its way now is the perfect time
to clean this up and introduce a sub-directory for generic buffer
implementations to avoid too much clutter in the top-level directory.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/iio.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/iio.tmpl b/Documentation/DocBook/iio.tmpl index 06bb53de5a47..98be322673da 100644 --- a/Documentation/DocBook/iio.tmpl +++ b/Documentation/DocBook/iio.tmpl @@ -578,7 +578,7 @@ work together. </para> <sect2 id="iiotrigbufsetup"> <title> IIO triggered buffer setup</title> -!Edrivers/iio/industrialio-triggered-buffer.c +!Edrivers/iio/buffer/industrialio-triggered-buffer.c !Finclude/linux/iio/iio.h iio_buffer_setup_ops |