diff options
Diffstat (limited to 'arch/arm/plat-s3c/pm.c')
-rw-r--r-- | arch/arm/plat-s3c/pm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/pm.c b/arch/arm/plat-s3c/pm.c index 7c736deff8ae..e82ec628ced1 100644 --- a/arch/arm/plat-s3c/pm.c +++ b/arch/arm/plat-s3c/pm.c | |||
@@ -316,14 +316,14 @@ static struct platform_suspend_ops s3c_pm_ops = { | |||
316 | .valid = suspend_valid_only_mem, | 316 | .valid = suspend_valid_only_mem, |
317 | }; | 317 | }; |
318 | 318 | ||
319 | /* s3c2410_pm_init | 319 | /* s3c_pm_init |
320 | * | 320 | * |
321 | * Attach the power management functions. This should be called | 321 | * Attach the power management functions. This should be called |
322 | * from the board specific initialisation if the board supports | 322 | * from the board specific initialisation if the board supports |
323 | * it. | 323 | * it. |
324 | */ | 324 | */ |
325 | 325 | ||
326 | int __init s3c2410_pm_init(void) | 326 | int __init s3c_pm_init(void) |
327 | { | 327 | { |
328 | printk("S3C Power Management, Copyright 2004 Simtec Electronics\n"); | 328 | printk("S3C Power Management, Copyright 2004 Simtec Electronics\n"); |
329 | 329 | ||