linux/drivers/staging/iio/adc
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
..
Kconfig staging:iio:ad7298: Fix linker error due to missing IIO kfifo buffer 2012-06-12 11:12:19 -07:00
Makefile staging:iio:adc: Add SPEAr ADC driver 2012-04-13 11:18:23 -07:00
ad799x.h staging:iio:adc:ad799x use iio_sw_buffer_preenable to avoid code repitiion 2012-04-24 11:23:38 -07:00
ad799x_core.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad799x_ring.c staging: iio: adc: convert ADI drivers to use kfifo. 2012-04-30 10:28:10 -04:00
ad7192.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad7192.h IIO: ADC: New driver for AD7190/AD7192/AD7195 4 Channel SPI ADC 2011-08-23 13:40:46 -07:00
ad7280a.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad7280a.h iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring System 2011-08-23 13:35:49 -07:00
ad7291.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad7298.h staging:iio:adc:ad7298 use iio_sw_buffer_preenable to avoid code repitition. 2012-04-24 11:23:37 -07:00
ad7298_core.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
ad7298_ring.c staging: iio: adc: convert ADI drivers to use kfifo. 2012-04-30 10:28:10 -04:00
ad7476.h staging:iio:adc:ad7476 use iio_sw_buffer_preenable instead of local version. 2012-04-24 11:23:37 -07:00
ad7476_core.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
ad7476_ring.c staging: iio: adc: convert ADI drivers to use kfifo. 2012-04-30 10:28:10 -04:00
ad7606.h staging:iio:adc:ad7606 remove buffer access to data from sysfs read. 2011-12-08 12:11:11 -08:00
ad7606_core.c staging:iio:ad7606: Re-add missing scale attribute 2012-06-07 14:34:07 +09:00
ad7606_par.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
ad7606_ring.c staging: iio: adc: convert ADI drivers to use kfifo. 2012-04-30 10:28:10 -04:00
ad7606_spi.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
ad7780.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
ad7780.h staging: IIO: ADC: New driver for the AD7780 / AD7781 24-bit Sigma-Delta ADC 2011-04-05 12:04:55 -07:00
ad7793.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad7793.h IIO: ADC: New driver for AD7792/AD7793 3 Channel SPI ADC 2011-06-28 14:47:25 -07:00
ad7816.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
ad7887.h staging:iio:adc:ad7887 make use of iio_sw_buffer_preenable. 2012-04-24 11:23:38 -07:00
ad7887_core.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
ad7887_ring.c staging: iio: adc: convert ADI drivers to use kfifo. 2012-04-30 10:28:10 -04:00
adt7310.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
adt7410.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
lpc32xx_adc.c staging:iio: Streamline API function naming 2012-04-29 21:23:49 -04:00
max1363.h staging:iio:adc:max1363 stop reading from buffer for sysfs access 2011-12-08 12:11:12 -08:00
max1363_core.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00
max1363_ring.c IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00
spear_adc.c staging:iio:adc: Use dev_to_iio_dev() 2012-05-14 13:39:20 -07:00