]>
arm/gnttab: Remove xen/grant_table.h cyclic include
authorAlejandro Vallejo <agarciav@amd.com>
Mon, 16 Jun 2025 08:14:10 +0000 (10:14 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 16 Jun 2025 08:14:10 +0000 (10:14 +0200)
The way they currently include each other, with one of the includes
being conditional on CONFIG_GRANT_TABLE, makes it hard to know which
contents are included when.

Break the cycle by removing the asm/grant_table.h include.

Not a functional change because.

Signed-off-by: Alejandro Vallejo <agarciav@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/include/asm/grant_table.h

index c5d87b60c4df6cf93ba9d19f7c34651a03ff4092..c47058a3a0588a40addfe8e9fbaaba3c6706e872 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __ASM_GRANT_TABLE_H__
 #define __ASM_GRANT_TABLE_H__
 
-#include <xen/grant_table.h>
 #include <xen/kernel.h>
 #include <xen/pfn.h>
 #include <xen/sched.h>