summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhong jiang <zhongjiang@huawei.com>2019-09-23 10:04:32 +0800
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-10-09 19:11:29 +0100
commita26e0fbe06e20077afdaa40d1a90092f16b0bc67 (patch)
tree79d3fbddaa1ecaf4b993bb3b5e9217cfea47a8e8
parent82f3015635249a8c8c45bac303fd84905066f04f (diff)
downloadlinux-stable-a26e0fbe06e20077afdaa40d1a90092f16b0bc67.tar.gz
linux-stable-a26e0fbe06e20077afdaa40d1a90092f16b0bc67.tar.bz2
linux-stable-a26e0fbe06e20077afdaa40d1a90092f16b0bc67.zip
iio: Fix an undefied reference error in noa1305_probe
I hit the following error when compile the kernel. drivers/iio/light/noa1305.o: In function `noa1305_probe': noa1305.c:(.text+0x65): undefined reference to `__devm_regmap_init_i2c' make: *** [vmlinux] Error 1 Signed-off-by: zhong jiang <zhongjiang@huawei.com> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/light/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 08d7e1ef2186..4a1a883dc061 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -314,6 +314,7 @@ config MAX44009
config NOA1305
tristate "ON Semiconductor NOA1305 ambient light sensor"
depends on I2C
+ select REGMAP_I2C
help
Say Y here if you want to build support for the ON Semiconductor
NOA1305 ambient light sensor.