iio: always select ANON_INODES
Without ANON_INODES, we get this build error: drivers/built-in.o: In function `iio_event_getfd': :(.text+0x14bf18): undefined reference to `anon_inode_getfd' All other users explicitly select this symbol, so we should do the same thing here. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Jonathan Cameron <jic23@kernel.org> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
committed by
Jonathan Cameron
parent
bf7f5204ab
commit
cc8b49fa26
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
menuconfig IIO
|
menuconfig IIO
|
||||||
tristate "Industrial I/O support"
|
tristate "Industrial I/O support"
|
||||||
|
select ANON_INODES
|
||||||
help
|
help
|
||||||
The industrial I/O subsystem provides a unified framework for
|
The industrial I/O subsystem provides a unified framework for
|
||||||
drivers for many different types of embedded sensors using a
|
drivers for many different types of embedded sensors using a
|
||||||
|
Reference in New Issue
Block a user