Re: [PATCH 08/26] ARM: pxa: move z2 to generic cpu_suspend

From: Arnd Bergmann
Date: Fri Oct 07 2011 - 05:56:43 EST


On Friday 07 October 2011, Eric Miao wrote:
> commit 3f7961cbd3428c8639d42d1a51870466e4cbb0eb
> Author: Eric Miao <eric.y.miao@xxxxxxxxx>
> Date: Sun Sep 11 17:19:11 2011 +0800
>
> ARM: pxa/z2: fix building error of pxa27x_cpu_suspend() no longer available
>
> Cc: Vasily Khoruzhick <anarsoul@xxxxxxxxx>
> Signed-off-by: Eric Miao <eric.y.miao@xxxxxxxxx>
>
> diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c
> index 6c9275a..6fa4e74 100644
> --- a/arch/arm/mach-pxa/z2.c
> +++ b/arch/arm/mach-pxa/z2.c
> @@ -679,6 +679,8 @@ static inline void z2_pmic_init(void) {}
> #endif
>
> #ifdef CONFIG_PM
> +extern void pxa27x_cpu_pm_enter(suspend_state_t state);
> +
> static void z2_power_off(void)
> {
> /* We're using deep sleep as poweroff, so clear PSPR to ensure that

You really shouldn't have an extern declaration in a .c file. Otherwise
looks good to me.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/