From bdb1a8b2ebd9e0f5e0f2d38b65a8465bb5d86e4e Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 7 May 2012 17:00:42 -0400 Subject: [PATCH] Revert "xen: EXPORT_SYMBOL set_phys_to_machine" This reverts commit 134c1d7e08b6e2933b2a9cc54369e2d0635f0412. [will go through Jen's tree] --- arch/x86/xen/p2m.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5