ARM: pm: samsung: move cpu_suspend into C code

Move the call to cpu_suspend into C code, and noticing that all the
s3c_cpu_save implementations are now identical, we can move this
into the common samsung code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2011-06-21 19:29:26 +01:00
parent 4d01446fea
commit e7089da956
11 changed files with 10 additions and 83 deletions

View File

@@ -112,7 +112,7 @@ void s3c_pm_save_core(void)
* this.
*/
static void s3c64xx_cpu_suspend(void)
static void s3c64xx_cpu_suspend(unsigned long arg)
{
unsigned long tmp;