[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1408969139-14700-2-git-send-email-eric.auger@linaro.org>
Date: Mon, 25 Aug 2014 14:18:58 +0200
From: Eric Auger <eric.auger@...aro.org>
To: eric.auger@...com, eric.auger@...aro.org,
christoffer.dall@...aro.org, marc.zyngier@....com,
linux-arm-kernel@...ts.infradead.org, kvmarm@...ts.cs.columbia.edu,
kvm@...r.kernel.org, alex.williamson@...hat.com,
joel.schopp@....com
Cc: linux-kernel@...r.kernel.org, patches@...aro.org,
will.deacon@....com, a.motakis@...tualopensystems.com,
a.rigo@...tualopensystems.com, john.liuli@...wei.com
Subject: [PATCH v2 1/2] KVM: EVENTFD: remove inclusion of irq.h
No more needed. Also irq.h is not used on ARM.
Signed-off-by: Eric Auger <eric.auger@...aro.org>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists