linux/drivers/staging/iio
Lars-Peter Clausen 33735a94af staging:iio:ad7298: Fix linker error due to missing IIO kfifo buffer
The ad7298 drivers buffer implementation uses the IIO kfifo buffer, so it needs
to select IIO_KFIFO_BUF. Otherwise (if no other driver selects the symbol) the
following linker error will occur:

drivers/built-in.o: In function `ad7298_register_ring_funcs_and_init':
	(.text+0x245cf2): undefined reference to `iio_kfifo_allocate'
drivers/built-in.o: In function `ad7298_register_ring_funcs_and_init':
	(.text+0x245d7d): undefined reference to `iio_kfifo_free'
drivers/built-in.o: In function `ad7298_ring_cleanup':
	(.text+0x245dcd): undefined reference to `iio_kfifo_free'

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-12 11:12:19 -07:00
..
Documentation staging:iio: remove num_interrupt_lines from documentation 2012-06-04 21:15:31 -07:00
accel staging:iio:accel: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
adc staging:iio:ad7298: Fix linker error due to missing IIO kfifo buffer 2012-06-12 11:12:19 -07:00
addac staging:iio:addac: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
cdc staging:iio:cdc: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
dac staging:iio:dac: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
frequency staging:iio:frequency: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
gyro staging:iio:gyro: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
impedance-analyzer staging:iio:impedance-analyzer: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
imu staging:iio:imu: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
light staging:iio:light: Use dev_to_iio_dev() 2012-05-14 13:39:21 -07:00
magnetometer staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver 2012-05-17 08:24:56 -07:00
meter staging:iio:meter: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
resolver staging:iio:resolver: Use dev_to_iio_dev() 2012-05-14 13:39:22 -07:00
trigger staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
Kconfig iio: Rename iio/dds to iio/frequency 2012-04-29 21:25:04 -04:00
Makefile iio: Rename iio/dds to iio/frequency 2012-04-29 21:25:04 -04:00
TODO staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
iio_dummy_evgen.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
iio_dummy_evgen.h staging:iio:dummy Add event support + fake event generator 2011-10-17 15:36:30 -07:00
iio_hwmon.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
iio_simple_dummy.c staging:iio:dummy: Remove outdated comment 2012-05-14 13:26:44 -07:00
iio_simple_dummy.h staging:iio:dummy Add buffered reading support 2011-10-17 15:36:30 -07:00
iio_simple_dummy_buffer.c staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
iio_simple_dummy_events.c staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
ring_hw.h staging:iio: replacing term ring with buffer in the IIO core. 2011-09-26 17:31:53 -07:00
ring_sw.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
ring_sw.h IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00