Merge tag 'renesas-soc3-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Sun, 13 Jul 2014 04:23:07 +0000 (21:23 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 13 Jul 2014 04:23:24 +0000 (21:23 -0700)
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>
arch/arm/mach-shmobile/platsmp-apmu.c

index a05b16d882576ece6813e7d546b5554d8cb16bfb..2c06810d3a70e5af46dc8adc06dea0d66d19114f 100644 (file)
@@ -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