diff options
Diffstat (limited to 'arch/x86/xen/setup.c')
-rw-r--r-- | arch/x86/xen/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index 82517e4a752a..37f8f0b8f743 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c | |||
@@ -27,8 +27,6 @@ | |||
27 | extern const char xen_hypervisor_callback[]; | 27 | extern const char xen_hypervisor_callback[]; |
28 | extern const char xen_failsafe_callback[]; | 28 | extern const char xen_failsafe_callback[]; |
29 | 29 | ||
30 | unsigned long *phys_to_machine_mapping; | ||
31 | EXPORT_SYMBOL(phys_to_machine_mapping); | ||
32 | 30 | ||
33 | /** | 31 | /** |
34 | * machine_specific_memory_setup - Hook for machine specific memory setup. | 32 | * machine_specific_memory_setup - Hook for machine specific memory setup. |