Re: [Xen-devel] [PATCH 01/12] ARM: remove unneeded gic.h inclusions

2017-10-25 Thread Stefano Stabellini
On Thu, 19 Oct 2017, Andre Przywara wrote: > 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 unneede

[Xen-devel] [PATCH 01/12] ARM: remove unneeded gic.h inclusions

2017-10-19 Thread Andre Przywara
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 actua