From: Arnd Bergmann Date: Thu, 3 Jul 2014 14:08:30 +0000 (+0200) Subject: ARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND X-Git-Tag: omap-for-v3.17/fixes-against-rc2~122^2~26^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d358c99838f3cf63ad7536124be4318cc84b11fa;p=pandora-kernel.git ARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND Patch d6d757c9a4e ("ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM") added both an inline wrapper for shmobile_smp_apmu_suspend_init and an empty function in arch/arm/mach-shmobile/platsmp-apmu.c. We get a build failure when both are present, so this patch removes the one in the .c file and keeps the inline version. Signed-off-by: Arnd Bergmann Signed-off-by: Simon Horman --- Reading git-diff-tree failed