Message ID | CAFECyb_BOLP-JpDvF1_UuWn3YpJT8+NmO3dVZ=X-SduEBLML5A@mail.gmail.com |
---|---|
State | New |
Headers | show |
>>> On 30.09.14 at 20:38, <roy.franz@linaro.org> wrote: > --- a/xen/arch/x86/efi/efi-boot.h > +++ b/xen/arch/x86/efi/efi-boot.h > @@ -7,6 +7,7 @@ > #include <asm/edd.h> > #include <asm/msr.h> > #include <asm/processor.h> > +#include <xen/vga.h> Except that we commonly put xen/ includes ahead of asm/ ones. Jan
On Wed, 2014-10-01 at 10:03 +0100, Jan Beulich wrote: > >>> On 30.09.14 at 20:38, <roy.franz@linaro.org> wrote: > > --- a/xen/arch/x86/efi/efi-boot.h > > +++ b/xen/arch/x86/efi/efi-boot.h > > @@ -7,6 +7,7 @@ > > #include <asm/edd.h> > > #include <asm/msr.h> > > #include <asm/processor.h> > > +#include <xen/vga.h> > > Except that we commonly put xen/ includes ahead of asm/ ones. I made that change as I committed the patch and it passed my build tests so I pushed. Hope that's ok. Ian.
diff --git a/xen/arch/x86/efi/efi-boot.h b/xen/arch/x86/efi/efi-boot.h index b44746f..82bb74a 100644 --- a/xen/arch/x86/efi/efi-boot.h +++ b/xen/arch/x86/efi/efi-boot.h @@ -7,6 +7,7 @@ #include <asm/edd.h> #include <asm/msr.h> #include <asm/processor.h> +#include <xen/vga.h> static struct file __initdata ucode; static multiboot_info_t __initdata mbi = { diff --git a/xen/common/efi/boot.c b/xen/common/efi/boot.c index e1b243c..f272171 100644 --- a/xen/common/efi/boot.c +++ b/xen/common/efi/boot.c @@ -18,7 +18,6 @@ #endif #include <xen/string.h> #include <xen/stringify.h> -#include <xen/vga.h> #ifdef CONFIG_X86 /* * Keep this arch-specific modified include in the common file, as moving