diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2015-02-24 15:29:25 -0500 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2015-03-10 09:37:43 -0400 |
commit | 548ef28449c0c06f92194c40ff0eaed248cb4b75 (patch) | |
tree | 8fd49838e0ffa90b56f7525f1b0332732e9565d7 /include/linux/kvm_host.h | |
parent | 0fa9778895635ab3824caf34fd573562dd2b999c (diff) |
KVM: Get rid of kvm_kvfree()
kvm_kvfree() provides exactly the same functionality as the
new common kvfree() function - so let's simply replace the
kvm function with the common function.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index d12b2104d19b..0f574ebc82f4 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -658,7 +658,6 @@ int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu); | |||
658 | int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu); | 658 | int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu); |
659 | 659 | ||
660 | void *kvm_kvzalloc(unsigned long size); | 660 | void *kvm_kvzalloc(unsigned long size); |
661 | void kvm_kvfree(const void *addr); | ||
662 | 661 | ||
663 | #ifndef __KVM_HAVE_ARCH_VM_ALLOC | 662 | #ifndef __KVM_HAVE_ARCH_VM_ALLOC |
664 | static inline struct kvm *kvm_arch_alloc_vm(void) | 663 | static inline struct kvm *kvm_arch_alloc_vm(void) |