]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: EXYNOS: Make combiner_of_init function static
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 8 Nov 2012 00:22:08 +0000 (09:22 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 8 Nov 2012 00:22:08 +0000 (09:22 +0900)
Silences the following warning:
arch/arm/mach-exynos/common.c:576:12: warning:
symbol 'combiner_of_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 4e577f6e616422f4cc82a34037fe790d1e76b784..5b35d7168f3c655bd3f698910d6b3a97b889fc5d 100644 (file)
@@ -573,7 +573,8 @@ static void __init combiner_init(void __iomem *combiner_base,
 }
 
 #ifdef CONFIG_OF
-int __init combiner_of_init(struct device_node *np, struct device_node *parent)
+static int __init combiner_of_init(struct device_node *np,
+                                  struct device_node *parent)
 {
        void __iomem *combiner_base;