commit | cb48389bd6c6b827c2c0619063ce9f94fb8a370d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 30 17:57:00 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri May 03 22:36:31 2013 +0200 |
tree | ab122eb7610fd25803e547dfbd565ff8de486bd5 | |
parent | 572b16db7040ca606a35081c95f0d6ac0a435913 [diff] |
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 <kernel@pengutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>