mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
f9b7aab35c
commit
76f7c87902
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue