From: Sachin Kamat Date: Thu, 8 Nov 2012 00:22:08 +0000 (+0900) Subject: ARM: EXYNOS: Make combiner_of_init function static X-Git-Tag: firefly_0821_release~3680^2~1485^2~7^2~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=96046ea38e8f6caee12e44bd9c4f699ae2832080;p=firefly-linux-kernel-4.4.55.git ARM: EXYNOS: Make combiner_of_init function static 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 Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 4e577f6e6164..5b35d7168f3c 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -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;