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>
        }
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->access = &ring_sw_access_funcs;
        ring->setup_ops = &adis16201_ring_setup_ops;
 
        }
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->access = &ring_sw_access_funcs;
        ring->setup_ops = &adis16203_ring_setup_ops;
 
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
        ring->access = &ring_sw_access_funcs;
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->setup_ops = &adis16204_ring_setup_ops;
        ring->owner = THIS_MODULE;
 
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
        ring->access = &ring_sw_access_funcs;
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->setup_ops = &adis16209_ring_setup_ops;
        ring->owner = THIS_MODULE;
 
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
        ring->access = &ring_sw_access_funcs;
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->setup_ops = &adis16240_ring_setup_ops;
        ring->owner = THIS_MODULE;
 
        indio_dev->buffer = buffer;
        /* Effectively select the buffer implementation */
        indio_dev->buffer->access = &lis3l02dq_access_funcs;
-       buffer->bpe = 2;
 
        buffer->scan_timestamp = true;
        buffer->setup_ops = &lis3l02dq_buffer_setup_ops;
 
 }
 
 static IIO_BUFFER_ENABLE_ATTR;
-static IIO_BUFFER_BYTES_PER_DATUM_ATTR;
 static IIO_BUFFER_LENGTH_ATTR;
 
 /**
  */
 static struct attribute *sca3000_ring_attributes[] = {
        &dev_attr_length.attr,
-       &dev_attr_bytes_per_datum.attr,
        &dev_attr_enable.attr,
        &iio_dev_attr_50_percent.dev_attr.attr,
        &iio_dev_attr_75_percent.dev_attr.attr,
 
 
        /* Effectively select the ring buffer implementation */
        indio_dev->buffer->access = &ring_sw_access_funcs;
-       indio_dev->buffer->bpe =
-               st->chip_info->channels[0].scan_type.storagebits / 8;
        indio_dev->pollfunc = iio_alloc_pollfunc(&ad7606_trigger_handler_th_bh,
                                                 &ad7606_trigger_handler_th_bh,
                                                 0,
 
  * @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
        struct module                           *owner;
        int                                     length;
        int                                     bytes_per_datum;
-       int                                     bpe;
        struct attribute_group                  *scan_el_attrs;
        int                                     scan_count;
        long                                    *scan_mask;
 
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
        ring->access = &ring_sw_access_funcs;
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->setup_ops = &adis16260_ring_setup_ops;
        ring->owner = THIS_MODULE;
 
        /* Tell the core how to access the buffer */
        buffer->access = &kfifo_access_funcs;
 
-       /* Number of bytes per element */
-       buffer->bpe = 2;
        /* Enable timestamps by default */
        buffer->scan_timestamp = true;
 
 
        indio_dev->buffer = ring;
        /* Effectively select the ring buffer implementation */
        ring->access = &ring_sw_access_funcs;
-       ring->bpe = 2;
        ring->scan_timestamp = true;
        ring->setup_ops = &adis16400_ring_setup_ops;
        ring->owner = THIS_MODULE;