Re: [PATCH 01/17] ARM: exynos: cpuidle: Prevent forward declaration

2014-04-04 Thread Viresh Kumar
On 4 April 2014 13:17, Daniel Lezcano wrote: > Move the structure below the 'exynos4_enter_lowpower' function so no more > need of forward declaration. > > Signed-off-by: Daniel Lezcano > --- > arch/arm/mach-exynos/cpuidle.c | 40 > ++-- > 1 file changed, 1

[PATCH 01/17] ARM: exynos: cpuidle: Prevent forward declaration

2014-04-04 Thread Daniel Lezcano
Move the structure below the 'exynos4_enter_lowpower' function so no more need of forward declaration. Signed-off-by: Daniel Lezcano --- arch/arm/mach-exynos/cpuidle.c | 40 ++-- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/arch/arm/mach-e