sh: Move PMB debugfs entry initialization to later stage

... so the "sh_debugfs_root" is already available. Previously it
wasn't and in result its path was "/sys/kernel/debug/pmb" instead of
"/sys/kernel/debug/sh/pmb".

Signed-off-by: Pawel Moll <pawel.moll@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
这个提交包含在:
Pawel Moll
2010-02-19 10:26:31 +00:00
提交者 Paul Mundt
父节点 b07f6b327e
当前提交 62c8cbbfc2

查看文件

@@ -871,7 +871,7 @@ static int __init pmb_debugfs_init(void)
return 0;
}
postcore_initcall(pmb_debugfs_init);
subsys_initcall(pmb_debugfs_init);
#ifdef CONFIG_PM
static int pmb_sysdev_suspend(struct sys_device *dev, pm_message_t state)