Skip to content

Commit

Permalink
ARM: EXYNOS: Make combiner_of_init function static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Nov 8, 2012
1 parent 62ef4a5 commit 96046ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 96046ea

Please sign in to comment.