diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-11 19:24:19 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-03-08 08:37:05 -0400 |
commit | ef30e14420df546bc6576b00f9caf3379b6699d1 (patch) | |
tree | 8037b6f610fee43c8b71088dd0a6d65d7d6df937 /arch/arm/plat-s3c/include | |
parent | 4e59c25dcbc1f033d043f1009a7f6aaa1f2aef26 (diff) |
[ARM] S3C: Rename sleep.S functions to be non-cpu specific
Rename s3c2410_cpu_resume to s3c_cpu_resume and s3c2410_cpu_save to
s3c_cpu_save to remove the CPU specific naming of these functions
which are now in the generic PM code.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/pm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/include/plat/pm.h b/arch/arm/plat-s3c/include/plat/pm.h index a6104c8055ff..f121a5ac7420 100644 --- a/arch/arm/plat-s3c/include/plat/pm.h +++ b/arch/arm/plat-s3c/include/plat/pm.h | |||
@@ -46,9 +46,10 @@ extern unsigned long s3c_pm_flags; | |||
46 | 46 | ||
47 | /* from sleep.S */ | 47 | /* from sleep.S */ |
48 | 48 | ||
49 | extern int s3c2410_cpu_save(unsigned long *saveblk); | 49 | extern int s3c_cpu_save(unsigned long *saveblk); |
50 | extern void s3c_cpu_resume(void); | ||
51 | |||
50 | extern void s3c2410_cpu_suspend(void); | 52 | extern void s3c2410_cpu_suspend(void); |
51 | extern void s3c2410_cpu_resume(void); | ||
52 | 53 | ||
53 | extern unsigned long s3c_sleep_save_phys; | 54 | extern unsigned long s3c_sleep_save_phys; |
54 | 55 | ||