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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user