]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Revert "xen: EXPORT_SYMBOL set_phys_to_machine"
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 7 May 2012 21:00:42 +0000 (17:00 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 7 May 2012 21:00:42 +0000 (17:00 -0400)
This reverts commit 134c1d7e08b6e2933b2a9cc54369e2d0635f0412.

[will go through Jen's tree]

arch/x86/xen/p2m.c

index 04512d3a76f4d9bd8bc5139286013d744d2e2488..ffd08c414e91a7cc9f4a507b4ca3bbad9b823523 100644 (file)
@@ -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)