diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-06-18 15:50:31 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2015-06-18 15:50:31 +0100 |
commit | c62e631d4a8e41493c6341d8259e996ed5fc11e3 (patch) | |
tree | 673c1f6657670d6bbde7d38d55a3d07068232cfa /virt | |
parent | 4839ddc27b7212ec58874f62c97da7400c8523be (diff) |
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>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/arm/vgic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index 950064a0942d..f94d887d20e6 100644 --- a/virt/kvm/arm/vgic.c +++ b/virt/kvm/arm/vgic.c @@ -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> |