Re: [PATCH 09/17] ARM: exynos: cpuidle: Remove ifdef for scu_enable

2014-04-04 Thread Viresh Kumar
On 4 April 2014 13:17, Daniel Lezcano wrote: > The scu_enable function is already a noop in the scu's header file is > CONFIG_SMP=n, so no need to use these macros in the code. > > Signed-off-by: Daniel Lezcano > --- > arch/arm/mach-exynos/pm.c |5 - > 1 file changed, 5 deletions(-) > >

[PATCH 09/17] ARM: exynos: cpuidle: Remove ifdef for scu_enable

2014-04-04 Thread Daniel Lezcano
The scu_enable function is already a noop in the scu's header file is CONFIG_SMP=n, so no need to use these macros in the code. Signed-off-by: Daniel Lezcano --- arch/arm/mach-exynos/pm.c |5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/