ARM: imx6: move v7_cpu_resume() into suspend-imx6.S
authorShawn Guo <shawn.guo@linaro.org>
Wed, 26 Feb 2014 11:48:33 +0000 (19:48 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:49 +0000 (10:40 +0800)
The suspend-imx6.S is introduced recently for suspend low-level assembly
code.  Since function v7_cpu_resume() is only used by suspend support,
it makes sense to move the function into suspend-imx6.S, and control the
build of the file with CONFIG_SUSPEND option.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found