dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/iio
Lars-Peter Clausen 31ad70ea58 staging:iio:adis16260: Select adislib
Commit 9d5e9fdf ("staging:iio:adis16260: Use adis library") switched over the
adis16260 driver to use the common adis library but neglected to update the
Kconfig entry to reflect the change.

This leads to the following compile error if no other driver selects the adis
library:

	drivers/built-in.o: In function `adis16260_write_frequency':
		adis16260_core.c:(.text+0x5a83bf): undefined reference to `adis_write_reg_8'
	drivers/built-in.o: In function `adis16260_read_frequency':
		adis16260_core.c:(.text+0x5a8433): undefined reference to `adis_read_reg_16'
	drivers/built-in.o: In function `adis16260_write_raw':
		adis16260_core.c:(.text+0x5a8538): undefined reference to `adis_write_reg_16'
		adis16260_core.c:(.text+0x5a856b): undefined reference to `adis_write_reg_16'
	drivers/built-in.o: In function `adis16260_read_raw':
		adis16260_core.c:(.text+0x5a85d3): undefined reference to `adis_single_conversion'
		adis16260_core.c:(.text+0x5a873e): undefined reference to `adis_read_reg_16'
		adis16260_core.c:(.text+0x5a87fb): undefined reference to `adis_read_reg_16'
	drivers/built-in.o: In function `adis16260_probe':
		adis16260_core.c:(.devinit.text+0x5c6b8): undefined reference to `adis_init'
		adis16260_core.c:(.devinit.text+0x5c799): undefined reference to `adis_initial_startup'
	drivers/built-in.o: In function `adis16260_remove':
		adis16260_core.c:(.devexit.text+0x9943): undefined reference to `adis_write_reg_16'

This patch updates the adis16260 Kconfig entry to select the adis library.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2012-12-27 10:59:31 +00:00
..
Documentation
accel staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
adc staging:iio: Move ad7793 driver out of staging 2012-11-30 12:57:08 +00:00
addac staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
cdc staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
frequency staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
gyro staging:iio:adis16260: Select adislib 2012-12-27 10:59:31 +00:00
impedance-analyzer staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
imu staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
light staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
magnetometer staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
meter staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
resolver staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
trigger staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
Kconfig
Makefile
TODO
iio_dummy_evgen.c staging:iio: Don't compare boolean values with true/false 2012-10-19 16:19:45 +01:00
iio_dummy_evgen.h
iio_hwmon.c staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
iio_simple_dummy.c staging: iio: remove use of __devinit 2012-11-21 14:31:41 -08:00
iio_simple_dummy.h
iio_simple_dummy_buffer.c staging:iio: Add support for multiple buffers 2012-11-10 10:17:21 +00:00
iio_simple_dummy_events.c
ring_hw.h
ring_sw.c
ring_sw.h