6494f2c
diff --git a/arch/arm/xen/p2m.c b/arch/arm/xen/p2m.c
6494f2c
index 23732cd..7772fa8 100644
6494f2c
--- a/arch/arm/xen/p2m.c
6494f2c
+++ b/arch/arm/xen/p2m.c
6494f2c
@@ -27,7 +27,9 @@ struct xen_p2m_entry {
6494f2c
 
6494f2c
 rwlock_t p2m_lock;
6494f2c
 struct rb_root phys_to_mach = RB_ROOT;
6494f2c
+EXPORT_SYMBOL_GPL(phys_to_mach);
6494f2c
 static struct rb_root mach_to_phys = RB_ROOT;
6494f2c
+EXPORT_SYMBOL_GPL(mach_to_phys);
6494f2c
 
6494f2c
 static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new)
6494f2c
 {