diff options
author | Borislav Petkov <bp@alien8.de> | 2024-05-15 17:08:04 +0200 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-06-03 08:22:59 -0700 |
commit | 96a02b9fa95108269cd0cd012f091f86bd6f41a4 (patch) | |
tree | 2ddc9b1f7e1c28c9ee790be0fae0a3c63d9bc9b7 /include/linux/kvm_host.h | |
parent | c3f38fa61af77b49866b006939479069cd451173 (diff) |
KVM: Unexport kvm_debugfs_dir
After
faf01aef0570 ("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>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 692c01e41a18..c80fe03a1fa4 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -1955,8 +1955,6 @@ struct _kvm_stats_desc { HALT_POLL_HIST_COUNT), \ STATS_DESC_IBOOLEAN(VCPU_GENERIC, blocking) -extern struct dentry *kvm_debugfs_dir; - ssize_t kvm_stats_read(char *id, const struct kvm_stats_header *header, const struct _kvm_stats_desc *desc, void *stats, size_t size_stats, |