Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
- Loading branch information