Skip to content

Commit

Permalink
KVM: EVENTFD: remove inclusion of irq.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Auger authored and Marc Zyngier committed Sep 11, 2014
1 parent a7d079c commit 0ba0951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virt/kvm/eventfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <linux/seqlock.h>
#include <trace/events/kvm.h>

#include "irq.h"
#include "iodev.h"

#ifdef CONFIG_HAVE_KVM_IRQFD
Expand Down

0 comments on commit 0ba0951

Please sign in to comment.