ARM: EXYNOS: Make combiner_init function static
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 12 Jul 2012 07:34:51 +0000 (16:34 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 12 Jul 2012 21:46:07 +0000 (06:46 +0900)
Fixes the following warning:
arch/arm/mach-exynos/common.c:543:13:
warning: symbol 'combiner_init' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c

index 742edd3..1b0922c 100644 (file)
@@ -540,7 +540,8 @@ static struct irq_domain_ops combiner_irq_domain_ops = {
        .map    = combiner_irq_domain_map,
 };
 
-void __init combiner_init(void __iomem *combiner_base, struct device_node *np)
+static void __init combiner_init(void __iomem *combiner_base,
+                                struct device_node *np)
 {
        int i, irq, irq_base;
        unsigned int max_nr, nr_irq;