]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: arm/arm64: vgic: Remove useless arm-gic.h #include
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Jun 2015 14:50:31 +0000 (15:50 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Jun 2015 14:50:31 +0000 (15:50 +0100)
commitc62e631d4a8e41493c6341d8259e996ed5fc11e3
tree673c1f6657670d6bbde7d38d55a3d07068232cfa
parent4839ddc27b7212ec58874f62c97da7400c8523be
KVM: arm/arm64: vgic: Remove useless arm-gic.h #include

Back in the days, vgic.c used to have an intimate knowledge of
the actual GICv2. These days, this has been abstracted away into
hardware-specific backends.

Remove the now useless arm-gic.h #include directive, making it
clear that GICv2 specific code doesn't belong here.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic.c