]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: add HAS_IOMEM dependency to VF610_ADC
authorVegard Nossum <vegard.nossum@oracle.com>
Sat, 2 Jan 2016 13:04:40 +0000 (14:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Feb 2016 20:01:17 +0000 (12:01 -0800)
commitdfa6e741d472a464ee85dc2e0a44176a1496f832
tree76e05ac571b97351016c0187430a306021eec658
parentf865d8c326dd50649d3ee3129b93e6abb6929fae
iio: add HAS_IOMEM dependency to VF610_ADC

commit 005ce0713006a76d2b0c924ce0e2629e5d8510c3 upstream.

Ran into this on UML:

drivers/built-in.o: In function `vf610_adc_probe':
drivers/iio/adc/vf610_adc.c:744: undefined reference to `devm_ioremap_resource'

devm_ioremap_resource() is defined only when HAS_IOMEM is selected.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/adc/Kconfig