From patchwork Mon Sep 1 08:36:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Auger X-Patchwork-Id: 4817791 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 15B7E9F314 for ; Mon, 1 Sep 2014 08:40:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5DC6820148 for ; Mon, 1 Sep 2014 08:40:48 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98C3820108 for ; Mon, 1 Sep 2014 08:40:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XON6w-0002qY-EU; Mon, 01 Sep 2014 08:37:14 +0000 Received: from mail-we0-f169.google.com ([74.125.82.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XON6t-0002U0-PF for linux-arm-kernel@lists.infradead.org; Mon, 01 Sep 2014 08:37:12 +0000 Received: by mail-we0-f169.google.com with SMTP id k48so5112521wev.0 for ; Mon, 01 Sep 2014 01:36:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GfnG5H/jjvk4xNTN1f1s0URvLk5O3U465uR+PagNJnI=; b=FhfE64r09nL47LesoDTc78nTiF/9wnG8/uJa7gLibUaz9aSNWml8HqWyRs73DgUL2T VM3tH1QSogucTXwP0rP5SwTLrFlReaYE6Hs+yq2gGl1mYBpqS64E9D2sMWJStr4g2zzV Idoq9/njKEu44wC1IsZ+VgZbhlPlhBQ2Y2EnsDWwlZ0Z5IoPat2tsyIuRCCkBALhhPll ZIQ8/4T2s7JSCaLUNoBpR0ePKSAb+BUHDOzteAlhRmmDWKkqrw1jfKEm1/smZ1s6xaYy IXo5vAetd5LHFkUVAQWnsdL3ttm75nPXQR8oRAiyIHuakLKuWe0j5ZMPoD9Fd9KSbXFR CP8A== X-Gm-Message-State: ALoCoQlC5GIxCsVcBki850ZyXNs8k+fhUvkeg1jvYlOlnkcYjUV/02J3a24Lz96yLoNPhBgqSTHh X-Received: by 10.180.184.40 with SMTP id er8mr4375261wic.31.1409560608883; Mon, 01 Sep 2014 01:36:48 -0700 (PDT) Received: from gnx2579.gnb.st.com (LCaen-156-56-7-90.w80-11.abo.wanadoo.fr. [80.11.198.90]) by mx.google.com with ESMTPSA id lm18sm23482387wic.22.2014.09.01.01.36.47 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Sep 2014 01:36:48 -0700 (PDT) From: Eric Auger To: eric.auger@st.com, eric.auger@linaro.org, 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, pbonzini@redhat.com, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, xiantao.zhang@intel.com, agraf@suse.de Subject: [PATCH] KVM: EVENTFD: remove inclusion of irq.h Date: Mon, 1 Sep 2014 10:36:08 +0200 Message-Id: <1409560568-6911-1-git-send-email-eric.auger@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140901_013711_969423_AFB6943F X-CRM114-Status: GOOD ( 10.20 ) X-Spam-Score: -0.7 (/) Cc: linux-kernel@vger.kernel.org, patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP No more needed. irq.h would be void on ARM. Signed-off-by: Eric Auger Acked-by: Paolo Bonzini --- 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