From: Rafael J. Wysocki Date: Wed, 11 Jul 2012 20:55:12 +0000 (+0200) Subject: ARM: shmobile: Fix build problem in pm-sh7372.c for unusual .config X-Git-Tag: v3.6-rc1~64^2~2^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911a472aca3dac8aede558760a85ae051966dda0;p=pandora-kernel.git ARM: shmobile: Fix build problem in pm-sh7372.c for unusual .config If neither CONFIG_SUSPEND nor CONFIG_CPU_IDLE is set in the kernel configuration file, build error occurs in arch/arm/mach-shmobile/pm-sh7372.c. Fix it by rearranging #ifdefs in that file to make the definition of sh7372_suspend_init() depend only on CONFIG_SUSPEND and the definition of sh7372_cpuidle_init() depend only on CONFIG_CPU_IDLE. Signed-off-by: Rafael J. Wysocki Acked-by: Magnus Damm --- Reading git-diff-tree failed