]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/sh/mm/asids-debugfs.c
Merge branch 'master' into csb1725
[mv-sheeva.git] / arch / sh / mm / asids-debugfs.c
index cd8c3bf39b5a8390efbc22df4e8523af05714d99..74c03ecc48718c6e41abb7b59f50f715eb992681 100644 (file)
@@ -63,7 +63,7 @@ static int __init asids_debugfs_init(void)
 {
        struct dentry *asids_dentry;
 
-       asids_dentry = debugfs_create_file("asids", S_IRUSR, sh_debugfs_root,
+       asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir,
                                           NULL, &asids_debugfs_fops);
        if (!asids_dentry)
                return -ENOMEM;