summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-07-13 06:23:07 +0200
committerOlof Johansson <olof@lixom.net>2014-07-13 06:23:24 +0200
commit65d3977b6593d5506d711acb332d4bd09c986201 (patch)
treec2d40590036203677c75708cc2529061b6830718 /arch/arm/mach-shmobile
parentMerge tag 'renesas-soc2-for-v3.17' of git://git.kernel.org/pub/scm/linux/kern... (diff)
parentARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND (diff)
downloadlinux-65d3977b6593d5506d711acb332d4bd09c986201.tar.xz
linux-65d3977b6593d5506d711acb332d4bd09c986201.zip
Merge tag 'renesas-soc3-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
Merge "Third Round of Renesas ARM Based SoC Updates for v3.17" from Simon Horman: - Correct build failure in APMU code in the case of !SUSPEND * tag 'renesas-soc3-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/platsmp-apmu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c
index a05b16d88257..2c06810d3a70 100644
--- a/arch/arm/mach-shmobile/platsmp-apmu.c
+++ b/arch/arm/mach-shmobile/platsmp-apmu.c
@@ -244,6 +244,4 @@ void __init shmobile_smp_apmu_suspend_init(void)
{
shmobile_suspend_ops.enter = shmobile_smp_apmu_enter_suspend;
}
-#else
-void shmobile_smp_apmu_suspend_init(void) {}
#endif