]> git.baikalelectronics.ru Git - kernel.git/commit
iio: always select ANON_INODES
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Aug 2014 14:56:00 +0000 (15:56 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 10 May 2014 10:39:57 +0000 (11:39 +0100)
commit4d525f26755b850c6a8c6f211947c3b19aba8ec0
treef65b09ee3b5e291721e5033cb3488abe375f965e
parentae9227f67c8ec2412953f4a54c6809f262f686e8
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>
drivers/iio/Kconfig