diff options
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 93fa2d532e4a..f494db872c67 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c | |||
@@ -661,7 +661,7 @@ static void exynos4_irq_eint0_15(unsigned int irq, struct irq_desc *desc) | |||
661 | chained_irq_exit(chip, desc); | 661 | chained_irq_exit(chip, desc); |
662 | } | 662 | } |
663 | 663 | ||
664 | int __init exynos4_init_irq_eint(void) | 664 | static int __init exynos4_init_irq_eint(void) |
665 | { | 665 | { |
666 | int irq; | 666 | int irq; |
667 | 667 | ||