diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-20 20:47:14 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-20 21:11:39 -0500 |
commit | e745e06fbdf697ed7d611ea596e77278eeecd417 (patch) | |
tree | 4bd3986b43d4347c00a888047d3f15298883afdb /arch/arm/mach-exynos/common.c | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) |
ARM: EXYNOS: use static declaration when it is not used in other files
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/common.c')
-rw-r--r-- | arch/arm/mach-exynos/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index c59e18871006..b7f4b595a40a 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c | |||
@@ -673,7 +673,7 @@ static void exynos4_irq_eint0_15(unsigned int irq, struct irq_desc *desc) | |||
673 | chained_irq_exit(chip, desc); | 673 | chained_irq_exit(chip, desc); |
674 | } | 674 | } |
675 | 675 | ||
676 | int __init exynos4_init_irq_eint(void) | 676 | static int __init exynos4_init_irq_eint(void) |
677 | { | 677 | { |
678 | int irq; | 678 | int irq; |
679 | 679 | ||