Commit fd24a862 authored by David Michael's avatar David Michael Committed by Paul Mackerras
Browse files

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



Fixes: 3a167bea ("kvm: powerpc: Add kvmppc_ops callback")
Signed-off-by: default avatarDavid Michael <fedora.dm0@gmail.com>
Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent e032e3b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */