[PATCH 10/27] KVM: EVENTFD: remove inclusion of irq.h
Christoffer Dall
christoffer.dall at linaro.org
Fri Sep 26 06:16:43 PDT 2014
From: Eric Auger <eric.auger at linaro.org>
No more needed. irq.h would be void on ARM.
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
Signed-off-by: Eric Auger <eric.auger at linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier at arm.com>
---
virt/kvm/eventfd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c
index 3c5981c..0c712a7 100644
--- a/virt/kvm/eventfd.c
+++ b/virt/kvm/eventfd.c
@@ -36,7 +36,6 @@
#include <linux/seqlock.h>
#include <trace/events/kvm.h>
-#include "irq.h"
#include "iodev.h"
#ifdef CONFIG_HAVE_KVM_IRQFD
--
2.0.0
More information about the linux-arm-kernel
mailing list