No longer needed, or we get them via the included headers. Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm-common/include/asm/gic.h | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/hypervisor/arch/arm-common/include/asm/gic.h b/hypervisor/arch/arm-common/include/asm/gic.h index b8fab88..224a466 100644 --- a/hypervisor/arch/arm-common/include/asm/gic.h +++ b/hypervisor/arch/arm-common/include/asm/gic.h @@ -14,7 +14,6 @@ #define _JAILHOUSE_ASM_GIC_COMMON_H #include <jailhouse/mmio.h> -#include <jailhouse/types.h> #if defined(CONFIG_ARM_GIC_V2) # include <asm/gic_v2.h> #elif defined(CONFIG_ARM_GIC_V3) @@ -48,12 +47,6 @@ #define is_spi(irqn) ((irqn) > 31 && (irqn) < 1020) #ifndef __ASSEMBLY__ - -struct cell; -struct arm_mmio_access; -struct per_cpu; -struct sgi; - extern u8 target_cpu_map[]; extern void *gicd_base; -- 2.1.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]. For more options, visit https://groups.google.com/d/optout.
