From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.5 V9] Add ARM EFI boot support Date: Wed, 1 Oct 2014 11:39:49 +0100 Message-ID: <1412159989.4861.14.camel@citrix.com> References: <1411770301-3263-1-git-send-email-roy.franz@linaro.org> <1411770301-3263-2-git-send-email-roy.franz@linaro.org> <542938BD020000780003A4A4@mail.emea.novell.com> <1412065529.3801.34.camel@citrix.com> <542BDF72020000780003B66B@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <542BDF72020000780003B66B@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: keir , tim , xen-devel , Roy Franz , Stefano Stabellini , Fu Wei List-Id: xen-devel@lists.xenproject.org On Wed, 2014-10-01 at 10:03 +0100, Jan Beulich wrote: > >>> On 30.09.14 at 20:38, wrote: > > --- a/xen/arch/x86/efi/efi-boot.h > > +++ b/xen/arch/x86/efi/efi-boot.h > > @@ -7,6 +7,7 @@ > > #include > > #include > > #include > > +#include > > 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.