From: Jan Kiszka <[email protected]> Nothing in those files refers to the content of setup.h.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm-common/gic-v2.c | 1 - hypervisor/arch/arm-common/gic-v3.c | 1 - hypervisor/arch/arm/mach-vexpress.c | 1 - 3 files changed, 3 deletions(-) diff --git a/hypervisor/arch/arm-common/gic-v2.c b/hypervisor/arch/arm-common/gic-v2.c index 3b9f7d1f..41c9b2b1 100644 --- a/hypervisor/arch/arm-common/gic-v2.c +++ b/hypervisor/arch/arm-common/gic-v2.c @@ -15,7 +15,6 @@ #include <asm/gic.h> #include <asm/gic_v2.h> #include <asm/irqchip.h> -#include <asm/setup.h> /* The GICv2 interface numbering does not necessarily match the logical map */ static u8 gicv2_target_cpu_map[8]; diff --git a/hypervisor/arch/arm-common/gic-v3.c b/hypervisor/arch/arm-common/gic-v3.c index 2cc22be6..fdb9e1b1 100644 --- a/hypervisor/arch/arm-common/gic-v3.c +++ b/hypervisor/arch/arm-common/gic-v3.c @@ -19,7 +19,6 @@ #include <asm/gic.h> #include <asm/gic_v3.h> #include <asm/irqchip.h> -#include <asm/setup.h> #include <asm/sysregs.h> #include <asm/traps.h> diff --git a/hypervisor/arch/arm/mach-vexpress.c b/hypervisor/arch/arm/mach-vexpress.c index 6a2af381..bb834b4e 100644 --- a/hypervisor/arch/arm/mach-vexpress.c +++ b/hypervisor/arch/arm/mach-vexpress.c @@ -16,7 +16,6 @@ #include <jailhouse/mmio.h> #include <asm/control.h> #include <asm/mach.h> -#include <asm/setup.h> #define SYSREGS_BASE 0x1c010000 -- 2.12.3 -- 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.
