sh: Create an sh debugfs root.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2008-03-07 17:19:58 +09:00
parent b420b1a7a1
commit b9e393c2ba
4 changed files with 19 additions and 3 deletions

View File

@ -393,7 +393,7 @@ static int __init pmb_debugfs_init(void)
struct dentry *dentry;
dentry = debugfs_create_file("pmb", S_IFREG | S_IRUGO,
NULL, NULL, &pmb_debugfs_fops);
sh_debugfs_root, NULL, &pmb_debugfs_fops);
if (IS_ERR(dentry))
return PTR_ERR(dentry);