Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96046ea3 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 62ef4a5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;