From: Arnd Bergmann Date: Tue, 5 Aug 2014 14:56:00 +0000 (+0100) Subject: iio: always select ANON_INODES X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~283^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc8b49fa26f57cc0096e702d3e7c3f7c3e263300;p=pandora-kernel.git 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 Cc: Jonathan Cameron Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed