From: Paolo Bonzini Date: Wed, 2 Oct 2013 14:56:13 +0000 (+0200) Subject: KVM: mmu: change useless int return types to void X-Git-Tag: v3.13-rc1~80^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3c1a33476f6bfebd07954e2277dbc88003bd37;p=pandora-kernel.git KVM: mmu: change useless int return types to void 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 Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed