aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2008-04-15 16:05:42 -0500
committerAvi Kivity <avi@qumranet.com>2008-04-27 18:21:36 +0300
commit76f7c87902fd2c2de9eb57168adbf9bc5ec2047d (patch)
tree499175753a2f5e1438a8cada5da52da244cc4bf1 /include/linux/kvm_host.h
parentKVM: x86 emulator: fix lea to really get the effective address (diff)
downloadwireguard-linux-76f7c87902fd2c2de9eb57168adbf9bc5ec2047d.tar.xz
wireguard-linux-76f7c87902fd2c2de9eb57168adbf9bc5ec2047d.zip
KVM: Rename debugfs_dir to kvm_debugfs_dir
It's a globally exported symbol now. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 81d4c3305a28..4e16682ee8bb 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -315,7 +315,7 @@ struct kvm_stats_debugfs_item {
struct dentry *dentry;
};
extern struct kvm_stats_debugfs_item debugfs_entries[];
-extern struct dentry *debugfs_dir;
+extern struct dentry *kvm_debugfs_dir;
#ifdef CONFIG_KVM_TRACE
int kvm_trace_ioctl(unsigned int ioctl, unsigned long arg);