]> Pileus Git - ~andy/linux/commit
ARM: EXYNOS: Fix compilation error when CONFIG_OF is not defined
authorTushar Behera <tushar.behera@linaro.org>
Tue, 24 Apr 2012 20:25:01 +0000 (13:25 -0700)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 24 Apr 2012 20:50:00 +0000 (13:50 -0700)
commit6fff5a11fd07d7f918ac3737da4846558518c31d
tree3cbac55fdc8e4e2235ee4e27d622db82173f755c
parentffabec4ef7ad6ca9365d39f643b8a24c0fce04e7
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 <thomas.abraham@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c