[email protected] wrote:
> 
> From: Jonghwan Choi <[email protected]>
> 
> Fix the wrong function prototype.
> 
> Signed-off-by: Jonghwan Choi <[email protected]>
> ---
>  arch/arm/mach-exynos/pm.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c
> index c4f792d..db33f47 100644
> --- a/arch/arm/mach-exynos/pm.c
> +++ b/arch/arm/mach-exynos/pm.c
> @@ -205,7 +205,7 @@ static void exynos4_pm_prepare(void)
> 
>  }
> 
> -static int exynos4_pm_add(struct device *dev)
> +static int exynos4_pm_add(struct device *dev, struct subsys_interface *sif)
>  {
>       pm_cpu_prep = exynos4_pm_prepare;
>       pm_cpu_sleep = exynos4_cpu_suspend;
> --
> 1.7.1

Applied.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to