]> xenbits.xensource.com Git - xen.git/commit
ARM: remove unneeded gic.h inclusions
authorAndre Przywara <andre.przywara@arm.com>
Thu, 19 Oct 2017 12:48:36 +0000 (13:48 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 8 Dec 2017 21:14:30 +0000 (13:14 -0800)
commit2e9b1c655f060b5c4e68bc8499f02253babe1bbc
tree85bd8c3b2647b3e8330e997b1a54ae9a6f101029
parentc05aa4afac64ea687c1a2bf9277ba6552809495b
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@arm.com>
xen/arch/arm/domain_build.c
xen/arch/arm/p2m.c
xen/arch/arm/platforms/vexpress.c
xen/arch/arm/platforms/xgene-storm.c
xen/arch/arm/time.c
xen/arch/arm/traps.c
xen/arch/arm/vpsci.c
xen/arch/arm/vtimer.c