diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-06-11 13:09:21 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 18:12:19 (GMT) |
commit | 33735a94afdfb39c550b952a40f77c60afdddfa5 (patch) | |
tree | 28c458cd63694e7268a82e5d444d6683455b4a60 /Documentation/init.txt | |
parent | 1b8487368bb0acedf23e226974b63aaaf2bfddbd (diff) | |
download | linux-fsl-qoriq-33735a94afdfb39c550b952a40f77c60afdddfa5.tar.xz |
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>
Diffstat (limited to 'Documentation/init.txt')
0 files changed, 0 insertions, 0 deletions