From: Jan Kiszka <[email protected]> Pull required headers to comply with stand-alone inclusion rule. header_check is about to test the common headers and detected these issues.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm-common/include/asm/gic.h | 2 +- hypervisor/arch/arm-common/include/asm/iommu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/arch/arm-common/include/asm/gic.h b/hypervisor/arch/arm-common/include/asm/gic.h index 7c051316..e851d375 100644 --- a/hypervisor/arch/arm-common/include/asm/gic.h +++ b/hypervisor/arch/arm-common/include/asm/gic.h @@ -13,7 +13,7 @@ #ifndef _JAILHOUSE_ASM_GIC_COMMON_H #define _JAILHOUSE_ASM_GIC_COMMON_H -#include <asm/spinlock.h> +#include <asm/irqchip.h> #define GICD_CTLR 0x0000 # define GICD_CTLR_ARE_NS (1 << 4) diff --git a/hypervisor/arch/arm-common/include/asm/iommu.h b/hypervisor/arch/arm-common/include/asm/iommu.h index a570fd17..dde762c0 100644 --- a/hypervisor/arch/arm-common/include/asm/iommu.h +++ b/hypervisor/arch/arm-common/include/asm/iommu.h @@ -13,7 +13,7 @@ #ifndef _JAILHOUSE_ASM_IOMMU_H #define _JAILHOUSE_ASM_IOMMU_H -#include <jailhouse/types.h> +#include <jailhouse/cell.h> #include <jailhouse/utils.h> #include <jailhouse/cell-config.h> -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/0b095585b1c3511c1fab42b9c7bf4e018f8faeee.1577125789.git.jan.kiszka%40web.de.
