x86/EFI: fix build
authorJan Beulich <jbeulich@suse.com>
Mon, 13 May 2013 10:07:40 +0000 (12:07 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 May 2013 10:07:40 +0000 (12:07 +0200)
... after f6254405 ("xen/arm: compile and initialize vmap") moving the
map_pages_to_xen() declaration.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/x86/efi/boot.c

index 44bc7b7670696204f57a217604f1e4503d9418fc..117a5cbe43239ea101b463c22beffa292a2af1a0 100644 (file)
@@ -8,6 +8,7 @@
 #include <xen/init.h>
 #include <xen/keyhandler.h>
 #include <xen/lib.h>
+#include <xen/mm.h>
 #include <xen/multiboot.h>
 #include <xen/pci_regs.h>
 #include <xen/pfn.h>
@@ -22,7 +23,6 @@
 #define __ASSEMBLY__ /* avoid pulling in ACPI stuff (conflicts with EFI) */
 #include <asm/fixmap.h>
 #undef __ASSEMBLY__
-#include <asm/mm.h>
 #include <asm/msr.h>
 #include <asm/processor.h>