commit | e745e06fbdf697ed7d611ea596e77278eeecd417 | [log] [tgz] |
---|---|---|
author | Kukjin Kim <kgene.kim@samsung.com> | Sat Jan 21 10:47:14 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Sat Jan 21 11:11:39 2012 +0900 |
tree | 4bd3986b43d4347c00a888047d3f15298883afdb | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] [blame] |
ARM: EXYNOS: use static declaration when it is not used in other files Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index c59e188..b7f4b59 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c
@@ -673,7 +673,7 @@ chained_irq_exit(chip, desc); } -int __init exynos4_init_irq_eint(void) +static int __init exynos4_init_irq_eint(void) { int irq;