Sachin Kamat wrote:
> 
> 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.ka...@linaro.org>
> ---
>  arch/arm/mach-exynos/common.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c
> index 4e577f6..5b35d71 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;
> 
> --
> 1.7.4.1

Applied, thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene....@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to