linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h
@ 2014-09-01  8:36 Eric Auger
  2014-09-01 10:11 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Auger @ 2014-09-01  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

No more needed. irq.h would be void on ARM.

Signed-off-by: Eric Auger <eric.auger@linaro.org>

---

I don't think irq.h is needed anymore since Paul Mackerras' work. However
I did not compile for all architectures.
---
 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-11 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01  8:36 [PATCH] KVM: EVENTFD: remove inclusion of irq.h Eric Auger
2014-09-01 10:11 ` Paolo Bonzini
2014-09-11  3:09   ` Christoffer Dall
2014-09-11  7:11     ` Paolo Bonzini
2014-09-11 10:24       ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).