From: Chen Gang Date: Tue, 8 Jul 2014 12:39:40 +0000 (+0800) Subject: clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEM X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~71^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c96312dc3534d97c64d7d69acf1ea14ceff404;p=pandora-kernel.git clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEM In 'em_sti.c', it will call devm_ioremap_resource() which need HAS_IOMEM. So need let EM_TIMER_STI depend on HAS_IOMEM, too. The related error (with allmodconfig under score): LD init/built-in.o em_sti.c:(.text.em_sti_probe+0x84): undefined reference to `devm_ioremap_resource' make: *** [vmlinux] Error 1 Signed-off-by: Chen Gang Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed