[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] arm/gnttab: Remove xen/grant_table.h cyclic include
commit 218b41f5718159704c035005e2e0cb737acb9375 Author: Alejandro Vallejo <agarciav@xxxxxxx> AuthorDate: Mon Jun 16 10:14:10 2025 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Mon Jun 16 10:14:10 2025 +0200 arm/gnttab: Remove xen/grant_table.h cyclic include 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@xxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- xen/arch/arm/include/asm/grant_table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/arm/include/asm/grant_table.h b/xen/arch/arm/include/asm/grant_table.h index c5d87b60c4..c47058a3a0 100644 --- a/xen/arch/arm/include/asm/grant_table.h +++ b/xen/arch/arm/include/asm/grant_table.h @@ -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> -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |