KVM: mmu: change useless int return types to void
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:13 +0000 (16:56 +0200)
committerGleb Natapov <gleb@redhat.com>
Thu, 3 Oct 2013 12:44:02 +0000 (15:44 +0300)
kvm_mmu initialization is mostly filling in function pointers, there is
no way for it to fail.  Clean up unused return values.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found