aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/common.h
diff options
context:
space:
mode:
authorkeita kobayashi <keita.kobayashi.ym@renesas.com>2014-05-29 16:24:27 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 19:32:06 +0900
commitd6d757c9a4e06e118fa5158fa74e03c514d862d2 (patch)
tree27c59bbe976a568cf6ee0daf81d89e98cf1ea6c1 /arch/arm/mach-shmobile/common.h
parentARM: shmobile: r8a7791 SYSC setup code (diff)
downloadlinux-dev-d6d757c9a4e06e118fa5158fa74e03c514d862d2.tar.xz
linux-dev-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.h2
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