aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c/include/plat/pm.h')
-rw-r--r--arch/arm/plat-s3c/include/plat/pm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c/include/plat/pm.h b/arch/arm/plat-s3c/include/plat/pm.h
index 5e27de955da0..a6104c8055ff 100644
--- a/arch/arm/plat-s3c/include/plat/pm.h
+++ b/arch/arm/plat-s3c/include/plat/pm.h
@@ -9,7 +9,7 @@
9 * published by the Free Software Foundation. 9 * published by the Free Software Foundation.
10*/ 10*/
11 11
12/* s3c2410_pm_init 12/* s3c_pm_init
13 * 13 *
14 * called from board at initialisation time to setup the power 14 * called from board at initialisation time to setup the power
15 * management 15 * management
@@ -17,11 +17,11 @@
17 17
18#ifdef CONFIG_PM 18#ifdef CONFIG_PM
19 19
20extern __init int s3c2410_pm_init(void); 20extern __init int s3c_pm_init(void);
21 21
22#else 22#else
23 23
24static inline int s3c2410_pm_init(void) 24static inline int s3c_pm_init(void)
25{ 25{
26 return 0; 26 return 0;
27} 27}