summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/buffer.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-12-05 22:18:12 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-08 12:05:04 -0800
commitc15c4f1dea101f14f54ee081f07dbdaf4fa74e19 (patch)
tree0bec1030942cab4a65ef07ec5b052a4bd9c93356 /drivers/staging/iio/buffer.h
parentbc234e72eb032dcb759df2fdcae23d3932547e43 (diff)
staging:iio:buffer drop bpe field.
Has no remaining users. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/buffer.h')
-rw-r--r--drivers/staging/iio/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/iio/buffer.h b/drivers/staging/iio/buffer.h
index 5282441eefa..97d59d9b022 100644
--- a/drivers/staging/iio/buffer.h
+++ b/drivers/staging/iio/buffer.h
@@ -86,7 +86,6 @@ struct iio_buffer_setup_ops {
* @owner: module that owns the buffer (for ref counting)
* @length: [DEVICE] number of datums in buffer
* @bytes_per_datum: [DEVICE] size of individual datum including timestamp
- * @bpe: [DEVICE] size of individual channel value
* @scan_el_attrs: [DRIVER] control of scan elements if that scan mode
* control method is used
* @scan_count: [INTERN] the number of elements in the current scan mode
@@ -103,7 +102,6 @@ struct iio_buffer {
struct module *owner;
int length;
int bytes_per_datum;
- int bpe;
struct attribute_group *scan_el_attrs;
int scan_count;
long *scan_mask;