From: Tushar Behera Date: Tue, 24 Apr 2012 20:25:01 +0000 (-0700) Subject: ARM: EXYNOS: Fix compilation error when CONFIG_OF is not defined X-Git-Tag: v3.4-rc5~7^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fff5a11fd07d7f918ac3737da4846558518c31d;p=pandora-kernel.git ARM: EXYNOS: Fix compilation error when CONFIG_OF is not defined Fixed following compile time error. arch/arm/mach-exynos/common.c: In function 'exynos5_init_irq': arch/arm/mach-exynos/common.c:539:2: error: implicit declaration of function 'of_irq_init' arch/arm/mach-exynos/common.c:539:14: error: 'exynos4_dt_irq_match' undeclared (first use in this function) arch/arm/mach-exynos/common.c:539:14: note: each undeclared identifier is reported only once for each function it appears in Cc: Thomas Abraham Signed-off-by: Tushar Behera Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed