KVM: EVENTFD: remove inclusion of irq.h
authorEric Auger <eric.auger@linaro.org>
Mon, 1 Sep 2014 08:36:08 +0000 (09:36 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 11 Sep 2014 10:31:19 +0000 (11:31 +0100)
No more needed. irq.h would be void on ARM.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/eventfd.c

index 3c5981c87c3f75ff1344296c451d6fcc48babd1c..0c712a779b440cfd7985a60bbe8703260277de32 100644 (file)
@@ -36,7 +36,6 @@
 #include <linux/seqlock.h>
 #include <trace/events/kvm.h>
 
-#include "irq.h"
 #include "iodev.h"
 
 #ifdef CONFIG_HAVE_KVM_IRQFD
This page took 0.025914 seconds and 5 git commands to generate.