[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>
此提交包含在:
Ben Dooks
2008-12-12 00:24:18 +00:00
父節點 598ee00207
當前提交 4e59c25dcb
共有 9 個檔案被更改,包括 15 行新增15 行删除

查看文件

@@ -201,5 +201,5 @@ void __init smdk_machine_init(void)
platform_add_devices(smdk_devs, ARRAY_SIZE(smdk_devs));
s3c2410_pm_init();
s3c_pm_init();
}