linux-stable/drivers/staging/iio
Randy Dunlap e1d76719ea staging: fix iio builds when IIO_RING_BUFFER is not enabled
Fix build by moving enum list outside of
#ifdef CONFIG_IIO_RING_BUFFER.

  drivers/staging/iio/accel/adis16201_core.c:413: error: 'ADIS16201_SCAN_SUPPLY' undeclared here (not in a function)
  drivers/staging/iio/accel/adis16201_core.c:417: error: 'ADIS16201_SCAN_TEMP' undeclared here (not in a function)
  ..

  drivers/staging/iio/accel/adis16203_core.c:374: error: 'ADIS16203_SCAN_SUPPLY' undeclared here (not in a function)
  drivers/staging/iio/accel/adis16203_core.c:378: error: 'ADIS16203_SCAN_AUX_ADC' undeclared here (not in a function)
  ..

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Cc: linux-iio@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-06-16 08:29:00 -07:00
..
Documentation staging:iio:documenation partial update. 2011-05-19 16:15:06 -07:00
accel staging: fix iio builds when IIO_RING_BUFFER is not enabled 2011-06-16 08:29:00 -07:00
adc staging:iio: Trivial kconfig reorganization and uniformity improvements. 2011-05-19 16:15:06 -07:00
addac staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
dac staging: iio: max517: Fix iio_info changes 2011-06-09 10:07:47 -07:00
dds staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
gyro staging:iio: use pollfunc allocation helpers in remaining drivers. 2011-05-19 16:15:06 -07:00
imu staging: iio: error case memory leak fix 2011-06-07 12:28:43 -07:00
light staging:iio: Trivial kconfig reorganization and uniformity improvements. 2011-05-19 16:15:06 -07:00
magnetometer staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
meter staging:iio: use pollfunc allocation helpers in remaining drivers. 2011-05-19 16:15:06 -07:00
resolver staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
trigger staging:iio:trigger handle name attr in core, remove old alloc and register any control_attrs via struct device 2011-05-19 16:15:02 -07:00
Kconfig staging:iio: Trivial kconfig reorganization and uniformity improvements. 2011-05-19 16:15:06 -07:00
Makefile staging:iio:kfifo buffer implementation 2011-02-18 13:22:51 -08:00
TODO staging: iio: add ADI info to TODO 2010-11-09 15:46:32 -08:00
chrdev.h staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle creation of event interface name. 2011-05-19 16:15:04 -07:00
iio.h staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
industrialio-core.c staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
industrialio-ring.c staging:iio: ring core cleanups + check if read_last available in lis3l02dq 2011-05-19 16:15:05 -07:00
industrialio-trigger.c staging: iio: industrialio-trigger: set iio_poll_func private_data 2011-06-07 12:28:41 -07:00
kfifo_buf.c staging:iio: rationalization of different buffer implementation hooks. 2011-05-19 16:15:03 -07:00
kfifo_buf.h staging:iio: rationalization of different buffer implementation hooks. 2011-05-19 16:15:03 -07:00
ring_generic.h staging:iio: ring core cleanups + check if read_last available in lis3l02dq 2011-05-19 16:15:05 -07:00
ring_hw.h Staging: IIO: VTI sca3000 series accelerometer driver (spi) 2009-09-15 12:02:24 -07:00
ring_sw.c staging:iio: Rip out helper for software rings. 2011-05-19 16:15:03 -07:00
ring_sw.h staging:iio: Rip out helper for software rings. 2011-05-19 16:15:03 -07:00
sysfs.h staging:iio:buffer - remove unused event code for buffer events. 2011-05-19 16:15:01 -07:00
trigger.h staging:iio: poll func allocation clean up. 2011-05-19 16:15:04 -07:00
trigger_consumer.h Staging: iio: Staticise non-exported functions 2010-03-03 16:43:02 -08:00