From: Shawn Guo Date: Wed, 26 Feb 2014 11:48:33 +0000 (+0800) Subject: ARM: imx6: move v7_cpu_resume() into suspend-imx6.S X-Git-Tag: v3.15-rc1~79^2~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c356bdb407baf23b202a6b4d2234114db6ae55bd;p=pandora-kernel.git ARM: imx6: move v7_cpu_resume() into suspend-imx6.S 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 --- Reading git-diff-tree failed