Re: [PATCH 10/17] ARM: exynos: cpuidle: Move exynos_set_wakeupmask in the cpu_pm notifier

2014-04-04 Thread Viresh Kumar
On 4 April 2014 13:17, Daniel Lezcano wrote: > Let's encapsulate more the PM code inside the PM file by moving the > 'exynos_set_wakeupmask' function inside the pm.c and the call in the cpu_pm > notifier. > > Signed-off-by: Daniel Lezcano > --- > arch/arm/mach-exynos/cpuidle.c |7 --- >

[PATCH 10/17] ARM: exynos: cpuidle: Move exynos_set_wakeupmask in the cpu_pm notifier

2014-04-04 Thread Daniel Lezcano
Let's encapsulate more the PM code inside the PM file by moving the 'exynos_set_wakeupmask' function inside the pm.c and the call in the cpu_pm notifier. Signed-off-by: Daniel Lezcano --- arch/arm/mach-exynos/cpuidle.c |7 --- arch/arm/mach-exynos/pm.c |7 +++ 2 files change