KVM: Unexport kvm_debugfs_dir
After
faf01aef05 ("KVM: PPC: Merge powerpc's debugfs entry content into generic entry")
kvm_debugfs_dir is not used anywhere else outside of kvm_main.c
Unexport it and make it static.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240515150804.9354-1-bp@kernel.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
This commit is contained in:
committed by
Sean Christopherson
parent
c3f38fa61a
commit
96a02b9fa9
+1
-2
@@ -110,8 +110,7 @@ static struct kmem_cache *kvm_vcpu_cache;
|
||||
static __read_mostly struct preempt_ops kvm_preempt_ops;
|
||||
static DEFINE_PER_CPU(struct kvm_vcpu *, kvm_running_vcpu);
|
||||
|
||||
struct dentry *kvm_debugfs_dir;
|
||||
EXPORT_SYMBOL_GPL(kvm_debugfs_dir);
|
||||
static struct dentry *kvm_debugfs_dir;
|
||||
|
||||
static const struct file_operations stat_fops_per_vm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user