diff mbox

[-V2,11/14] kvm: powerpc: book3s: Support building HV and PR KVM as module

Message ID 87ppr4qy5k.fsf@linux.vnet.ibm.com
State New, archived
Headers show

Commit Message

Aneesh Kumar K.V Oct. 17, 2013, 5:11 a.m. UTC
The below patch fix a compile issue with KVM_XICS. Please fold



--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c
index cef3de9..c3c832b 100644
--- a/arch/powerpc/kvm/book3s_xics.c
+++ b/arch/powerpc/kvm/book3s_xics.c
@@ -840,6 +840,7 @@  int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 req)
 
 	return rc;
 }
+EXPORT_SYMBOL_GPL(kvmppc_xics_hcall);
 
 
 /* -- Initialisation code etc. -- */