]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 950064a0942dd50cb25ae986ac348850ae095407..f94d887d20e6f15bee7b2f15c6e66b63186d8bd5 100644 (file)
@@ -26,8 +26,6 @@
 #include <linux/of_irq.h>
 #include <linux/uaccess.h>
 
-#include <linux/irqchip/arm-gic.h>
-
 #include <asm/kvm_emulate.h>
 #include <asm/kvm_arm.h>
 #include <asm/kvm_mmu.h>