diff options
author | Cristina Opriceana <cristina.opriceana@gmail.com> | 2015-07-19 01:33:55 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-07-19 10:28:45 +0100 |
commit | 1dcafd3aeb0a70dbdd11b10269da2afc454e2395 (patch) | |
tree | 6dac1535fa3512bb544d55e19d34148378d32744 /Documentation/ABI | |
parent | b8d1f261fe7e4967593a5637d62991b6197a03f8 (diff) | |
download | op-kernel-dev-1dcafd3aeb0a70dbdd11b10269da2afc454e2395.zip op-kernel-dev-1dcafd3aeb0a70dbdd11b10269da2afc454e2395.tar.gz |
iio: Documentation: Remove bytes_per_datum attribute
Remove sysfs bytes_per_datum device attribute ABI documentation
since the attribute is not present anymore.
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 666a341..400d234 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -1040,13 +1040,6 @@ Contact: linux-iio@vger.kernel.org Description: Number of scans contained by the buffer. -What: /sys/bus/iio/devices/iio:deviceX/buffer/bytes_per_datum -KernelVersion: 2.6.37 -Contact: linux-iio@vger.kernel.org -Description: - Bytes per scan. Due to alignment fun, the scan may be larger - than implied directly by the scan_element parameters. - What: /sys/bus/iio/devices/iio:deviceX/buffer/enable KernelVersion: 2.6.35 Contact: linux-iio@vger.kernel.org |