From: Marc Zyngier Date: Thu, 18 Jun 2015 14:50:31 +0000 (+0100) Subject: KVM: arm/arm64: vgic: Remove useless arm-gic.h #include X-Git-Tag: v4.2-rc1~134^2~29^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c62e631d4a8e41493c6341d8259e996ed5fc11e3;p=platform%2Fkernel%2Flinux-exynos.git 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 --- diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c index 950064a..f94d887 100644 --- a/virt/kvm/arm/vgic.c +++ b/virt/kvm/arm/vgic.c @@ -26,8 +26,6 @@ #include #include -#include - #include #include #include