[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] ARM: remove unneeded gic.h inclusions
commit 2e9b1c655f060b5c4e68bc8499f02253babe1bbc Author: Andre Przywara <andre.przywara@xxxxxxx> AuthorDate: Thu Oct 19 13:48:36 2017 +0100 Commit: Stefano Stabellini <sstabellini@xxxxxxxxxx> CommitDate: Fri Dec 8 13:14:30 2017 -0800 ARM: remove unneeded gic.h inclusions gic.h is supposed to hold defines and prototypes for the hardware side of the GIC interrupt controller. A lot of parts in Xen should not be bothered with that, as they either only care about the VGIC or use more generic interfaces. Remove unneeded inclusions of gic.h from files where they are actually not needed. Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> --- xen/arch/arm/domain_build.c | 1 - xen/arch/arm/p2m.c | 1 - xen/arch/arm/platforms/vexpress.c | 1 - xen/arch/arm/platforms/xgene-storm.c | 1 - xen/arch/arm/time.c | 1 - xen/arch/arm/traps.c | 1 - xen/arch/arm/vpsci.c | 1 - xen/arch/arm/vtimer.c | 1 - 8 files changed, 8 deletions(-) diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index c74f4dd..51e5c8d 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -21,7 +21,6 @@ #include <asm/setup.h> #include <asm/cpufeature.h> -#include <asm/gic.h> #include <xen/irq.h> #include <xen/grant_table.h> #include "kernel.h" diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 417609e..7bf34aa 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -10,7 +10,6 @@ #include <xen/xmalloc.h> #include <public/vm_event.h> #include <asm/flushtlb.h> -#include <asm/gic.h> #include <asm/event.h> #include <asm/hardirq.h> #include <asm/page.h> diff --git a/xen/arch/arm/platforms/vexpress.c b/xen/arch/arm/platforms/vexpress.c index 39b6bcc..70839d6 100644 --- a/xen/arch/arm/platforms/vexpress.c +++ b/xen/arch/arm/platforms/vexpress.c @@ -22,7 +22,6 @@ #include <xen/mm.h> #include <xen/vmap.h> #include <asm/io.h> -#include <asm/gic.h> #define DCC_SHIFT 26 #define FUNCTION_SHIFT 20 diff --git a/xen/arch/arm/platforms/xgene-storm.c b/xen/arch/arm/platforms/xgene-storm.c index 3b007fe..deb8479 100644 --- a/xen/arch/arm/platforms/xgene-storm.c +++ b/xen/arch/arm/platforms/xgene-storm.c @@ -22,7 +22,6 @@ #include <xen/vmap.h> #include <xen/device_tree.h> #include <asm/io.h> -#include <asm/gic.h> /* XGENE RESET Specific defines */ #define XGENE_RESET_ADDR 0x17000014UL diff --git a/xen/arch/arm/time.c b/xen/arch/arm/time.c index 105c741..36f640f 100644 --- a/xen/arch/arm/time.c +++ b/xen/arch/arm/time.c @@ -31,7 +31,6 @@ #include <xen/acpi.h> #include <asm/system.h> #include <asm/time.h> -#include <asm/gic.h> #include <asm/vgic.h> #include <asm/cpufeature.h> #include <asm/platform.h> diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c index f6f6de3..ff3d6ff 100644 --- a/xen/arch/arm/traps.c +++ b/xen/arch/arm/traps.c @@ -43,7 +43,6 @@ #include <asm/debugger.h> #include <asm/event.h> #include <asm/flushtlb.h> -#include <asm/gic.h> #include <asm/mmio.h> #include <asm/monitor.h> #include <asm/psci.h> diff --git a/xen/arch/arm/vpsci.c b/xen/arch/arm/vpsci.c index 0e024f7..cd72490 100644 --- a/xen/arch/arm/vpsci.c +++ b/xen/arch/arm/vpsci.c @@ -15,7 +15,6 @@ #include <xen/types.h> #include <asm/current.h> -#include <asm/gic.h> #include <asm/vgic.h> #include <asm/psci.h> #include <asm/event.h> diff --git a/xen/arch/arm/vtimer.c b/xen/arch/arm/vtimer.c index 3f84893..f52a723 100644 --- a/xen/arch/arm/vtimer.c +++ b/xen/arch/arm/vtimer.c @@ -24,7 +24,6 @@ #include <asm/cpregs.h> #include <asm/div64.h> -#include <asm/gic.h> #include <asm/irq.h> #include <asm/regs.h> #include <asm/time.h> -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |