commit | b9e393c2babb8b6956de52fc580b7c23f3629232 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Mar 07 17:19:58 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Apr 18 09:50:01 2008 -0700 |
tree | 94b02b6698c39c34da3100e79836cc2555e35e35 | |
parent | b420b1a7a17ea88531d0e12b2f2679a0c8365803 [diff] [blame] |
sh: Create an sh debugfs root. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c index ab81c60..0b0ec6e 100644 --- a/arch/sh/mm/pmb.c +++ b/arch/sh/mm/pmb.c
@@ -393,7 +393,7 @@ 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);