KVM: PPC: Book3S PR: Fix -Werror=return-type build failure

Fixes: 3a167beac0 ("kvm: powerpc: Add kvmppc_ops callback")
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
David Michael 2020-01-26 17:31:58 -05:00 committed by Paul Mackerras
parent e032e3b55b
commit fd24a8624e

View file

@ -2030,6 +2030,7 @@ static int kvm_vm_ioctl_get_smmu_info_pr(struct kvm *kvm,
{
/* We should not get called */
BUG();
return 0;
}
#endif /* CONFIG_PPC64 */