Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvm
[linux-2.6-microblaze.git] / arch / powerpc / kvm / book3s_64_mmu_hv.c
index 20b7dce..2b35f9b 100644 (file)
@@ -2134,9 +2134,8 @@ static const struct file_operations debugfs_htab_fops = {
 
 void kvmppc_mmu_debugfs_init(struct kvm *kvm)
 {
-       kvm->arch.htab_dentry = debugfs_create_file("htab", 0400,
-                                                   kvm->arch.debugfs_dir, kvm,
-                                                   &debugfs_htab_fops);
+       debugfs_create_file("htab", 0400, kvm->arch.debugfs_dir, kvm,
+                           &debugfs_htab_fops);
 }
 
 void kvmppc_mmu_book3s_hv_init(struct kvm_vcpu *vcpu)