From: Arnd Bergmann Date: Wed, 16 May 2012 20:10:14 +0000 (+0200) Subject: ARM: exynos: fix building with CONFIG_OF disabled X-Git-Tag: v3.5-rc1~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820f3dd7964f1889baaaaa0c2ba45d05bb619f66;p=pandora-kernel.git ARM: exynos: fix building with CONFIG_OF disabled irq_of_parse_and_map does not have an empty definition for the !CONFIG_OF case, so we should not try to call it then: arch/arm/mach-exynos/common.c: In function 'combiner_init': arch/arm/mach-exynos/common.c:576:3: warning: implicit declaration of function 'irq_of_parse_and_map' Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed