diff options
author | keita kobayashi <keita.kobayashi.ym@renesas.com> | 2014-05-29 09:24:27 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 12:32:06 +0200 |
commit | d6d757c9a4e06e118fa5158fa74e03c514d862d2 (patch) | |
tree | 27c59bbe976a568cf6ee0daf81d89e98cf1ea6c1 /arch/arm/mach-shmobile/common.h | |
parent | ARM: shmobile: r8a7791 SYSC setup code (diff) | |
download | linux-d6d757c9a4e06e118fa5158fa74e03c514d862d2.tar.xz linux-d6d757c9a4e06e118fa5158fa74e03c514d862d2.zip |
ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
This patch add Core-Standby-state for Suspend to RAM.
Signed-off-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
[horms+renesas@verge.net.au: rebase]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h index f7a360edcc35..8f0cd5791583 100644 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h @@ -35,8 +35,10 @@ extern void shmobile_cpuidle_set_driver(struct cpuidle_driver *drv); #ifdef CONFIG_SUSPEND int shmobile_suspend_init(void); +void shmobile_smp_apmu_suspend_init(void); #else static inline int shmobile_suspend_init(void) { return 0; } +static inline void shmobile_smp_apmu_suspend_init(void) { return 0; } #endif #ifdef CONFIG_CPU_IDLE |