From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: EVENTFD: remove inclusion of irq.h Date: Mon, 01 Sep 2014 12:11:19 +0200 Message-ID: <54044647.4030605@redhat.com> References: <1409560568-6911-1-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, patches@linaro.org To: Eric Auger , eric.auger@st.com, christoffer.dall@linaro.org, marc.zyngier@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, gleb@kernel.org, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, xiantao.zhang@intel.com, agraf@suse.de Return-path: In-Reply-To: <1409560568-6911-1-git-send-email-eric.auger@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 01/09/2014 10:36, Eric Auger ha scritto: > No more needed. irq.h would be void on ARM. > > Signed-off-by: Eric Auger > > --- > > 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 > #include > > -#include "irq.h" > #include "iodev.h" > > #ifdef CONFIG_HAVE_KVM_IRQFD > Acked-by: Paolo Bonzini Christoffer, please include this via the ARM tree, together with ARM irqfd support. Thanks, Paolo