From: Arnd Bergmann Date: Tue, 30 Apr 2013 15:57:00 +0000 (+0200) Subject: ARM: imx: build CPU suspend code only when needed X-Git-Tag: v3.10-rc1~23^2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb48389bd6c6b827c2c0619063ce9f94fb8a370d;p=pandora-kernel.git ARM: imx: build CPU suspend code only when needed The ARM CPU suspend function has its own configuration symbol, which we need to use for conditionalizing any code calling into it as well. arch/arm/mach-imx/built-in.o: In function `v7_cpu_resume': /git/arm-soc/arch/arm/mach-imx/headsmp.S:57: undefined reference to `cpu_resume' Cc: Sascha Hauer Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed