From c356bdb407baf23b202a6b4d2234114db6ae55bd Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Wed, 26 Feb 2014 19:48:33 +0800 Subject: [PATCH] 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-format-patch failed