From: Konrad Rzeszutek Wilk Date: Mon, 7 May 2012 21:00:42 +0000 (-0400) Subject: Revert "xen: EXPORT_SYMBOL set_phys_to_machine" X-Git-Tag: next-20120724~28^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bdb1a8b2ebd9e0f5e0f2d38b65a8465bb5d86e4e;p=karo-tx-linux.git Revert "xen: EXPORT_SYMBOL set_phys_to_machine" This reverts commit 134c1d7e08b6e2933b2a9cc54369e2d0635f0412. [will go through Jen's tree] --- diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c index 04512d3a76f4..ffd08c414e91 100644 --- a/arch/x86/xen/p2m.c +++ b/arch/x86/xen/p2m.c @@ -674,7 +674,6 @@ bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) return true; } -EXPORT_SYMBOL_GPL(set_phys_to_machine); #define M2P_OVERRIDE_HASH_SHIFT 10 #define M2P_OVERRIDE_HASH (1 << M2P_OVERRIDE_HASH_SHIFT)