diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2012-01-04 17:24:25 -0500 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2012-01-20 18:55:08 -0500 |
commit | 1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec (patch) | |
tree | 94c109b3b34a6825a2981d902de2d65ed233dbca /arch/arm/mach-s5p64x0/include | |
parent | 20a7b2c15171522d7c5005ff6d4aa1a0e8581e79 (diff) | |
download | op-kernel-dev-1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec.zip op-kernel-dev-1ab4ef9112e7ca5c5d9a1770dff69b9ca21867ec.tar.gz |
ARM: mach-s5p64x0: move idle handler from pm_idle to arm_pm_idle
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-s5p64x0/include')
-rw-r--r-- | arch/arm/mach-s5p64x0/include/mach/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/system.h b/arch/arm/mach-s5p64x0/include/mach/system.h index cf26e09..5772310 100644 --- a/arch/arm/mach-s5p64x0/include/mach/system.h +++ b/arch/arm/mach-s5p64x0/include/mach/system.h @@ -15,7 +15,7 @@ static void arch_idle(void) { - /* nothing here yet */ + cpu_do_idle(); } #endif /* __ASM_ARCH_SYSTEM_H */ |