summaryrefslogtreecommitdiff
path: root/include
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
parentf9b7aab35cc6c3542203354d9fc4ec8572074abc (diff)
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')
-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 81d4c3305a2..4e16682ee8b 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);