X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fsh%2Fmm%2Fasids-debugfs.c;h=74c03ecc48718c6e41abb7b59f50f715eb992681;hb=78daa87b1d332e4ac963c793a4157533d57501c7;hp=cd8c3bf39b5a8390efbc22df4e8523af05714d99;hpb=0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b;p=mv-sheeva.git diff --git a/arch/sh/mm/asids-debugfs.c b/arch/sh/mm/asids-debugfs.c index cd8c3bf39b5..74c03ecc487 100644 --- a/arch/sh/mm/asids-debugfs.c +++ b/arch/sh/mm/asids-debugfs.c @@ -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;