Re: [PATCH v2 3/3] xen: Sort includes

Andrew Cooper <[email protected]> Fri, 31 Jul 2026 16:47:54 +0100
Newsgroups gmane.comp.emulators.xen.devel
Message-ID <[email protected]>
On 09/05/2025 5:32 pm, Andrew Cooper wrote:
> ... needing later adjustment.  Drop types.h when it's clearly not needed.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper <[email protected]>
> Acked-by: Jan Beulich <[email protected]>
> ---
> CC: Anthony PERARD <[email protected]>
> CC: Michal Orzel <[email protected]>
> CC: Jan Beulich <[email protected]>
> CC: Julien Grall <[email protected]>
> CC: Roger Pau MonnĂ© <[email protected]>
> CC: Stefano Stabellini <[email protected]>
> CC: Volodymyr Babchuk <[email protected]>
> CC: Bertrand Marquis <[email protected]>
> CC: Oleksii Kurochko <[email protected]>
> CC: Shawn Anastasio <[email protected]>
> ---
>  xen/arch/arm/mmu/setup.c   |  2 +-
>  xen/arch/x86/alternative.c | 12 ++++++------
>  xen/arch/x86/livepatch.c   |  8 ++++----
>  xen/common/memory.c        |  4 +++-
>  xen/common/page_alloc.c    |  5 ++---
>  xen/include/xen/mm.h       |  6 +++---
>  6 files changed, 19 insertions(+), 18 deletions(-)
>
> diff --git a/xen/arch/arm/mmu/setup.c b/xen/arch/arm/mmu/setup.c
> index 30afe9778194..f6119ccacf15 100644
> --- a/xen/arch/arm/mmu/setup.c
> +++ b/xen/arch/arm/mmu/setup.c
> @@ -12,8 +12,8 @@
>  #include <xen/sizes.h>
>  #include <xen/vmap.h>
>  
> -#include <asm/setup.h>
>  #include <asm/fixmap.h>
> +#include <asm/setup.h>
>  

I'm timing out the ack for this, seeing as I've just hit the same build
failure again.

~Andrew