diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/pm.h')
-rw-r--r-- | arch/arm/mach-s3c2410/pm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/pm.h b/arch/arm/mach-s3c2410/pm.h index b04e4ca0bb4d..fa8e237cfee8 100644 --- a/arch/arm/mach-s3c2410/pm.h +++ b/arch/arm/mach-s3c2410/pm.h | |||
@@ -40,7 +40,8 @@ extern unsigned long s3c_pm_flags; | |||
40 | 40 | ||
41 | /* from sleep.S */ | 41 | /* from sleep.S */ |
42 | 42 | ||
43 | extern void s3c2410_cpu_suspend(unsigned long *saveblk); | 43 | extern int s3c2410_cpu_save(unsigned long *saveblk); |
44 | extern void s3c2410_cpu_suspend(void); | ||
44 | extern void s3c2410_cpu_resume(void); | 45 | extern void s3c2410_cpu_resume(void); |
45 | 46 | ||
46 | extern unsigned long s3c2410_sleep_save_phys; | 47 | extern unsigned long s3c2410_sleep_save_phys; |