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

2014-04-04 Thread Bartlomiej Zolnierkiewicz
On Friday, April 04, 2014 03:42:53 PM Daniel Lezcano wrote: > Move the structure below the 'exynos4_enter_lowpower' function so no more > need of forward declaration. > > Signed-off-by: Daniel Lezcano > Reviewed-by: Viresh Kumar Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomi

[PATCH V2 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 Reviewed-by: Viresh Kumar --- arch/arm/mach-exynos/cpuidle.c | 40 ++-- 1 file changed, 18 insertions(+), 22 deletions(-) d