diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-11 19:24:18 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-03-08 08:35:47 -0400 |
commit | 4e59c25dcbc1f033d043f1009a7f6aaa1f2aef26 (patch) | |
tree | a6e55b669fede04e64c17a6086919cd4aa59553a /arch/arm/mach-s3c2412/mach-jive.c | |
parent | 598ee00207a561572e011c49e39144a321ef3979 (diff) |
[ARM] S3C: Rename s3c2410_pm_init to s3c_pm_init.
Since we have moved a large proportion of the PM code to the common
support area, remove the cpu specific name from the initialisation
function.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2412/mach-jive.c')
-rw-r--r-- | arch/arm/mach-s3c2412/mach-jive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index ecddbbb34832..50d8054292c2 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c | |||
@@ -630,7 +630,7 @@ static void __init jive_machine_init(void) | |||
630 | 630 | ||
631 | /* initialise the power management now we've setup everything. */ | 631 | /* initialise the power management now we've setup everything. */ |
632 | 632 | ||
633 | s3c2410_pm_init(); | 633 | s3c_pm_init(); |
634 | 634 | ||
635 | s3c_device_nand.dev.platform_data = &jive_nand_info; | 635 | s3c_device_nand.dev.platform_data = &jive_nand_info; |
636 | 636 | ||