From patchwork Wed Jan 11 15:06:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 9510521 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6E9AC606E1 for ; Wed, 11 Jan 2017 15:56:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5733E28447 for ; Wed, 11 Jan 2017 15:56:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C04C285D0; Wed, 11 Jan 2017 15:56:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C5C5328447 for ; Wed, 11 Jan 2017 15:56:06 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cRLFr-0003PH-EG; Wed, 11 Jan 2017 15:56:03 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cRLFA-0002AF-EZ for linux-arm-kernel@bombadil.infradead.org; Wed, 11 Jan 2017 15:55:20 +0000 Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]) by merlin.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cRKVn-0006Yh-30 for linux-arm-kernel@lists.infradead.org; Wed, 11 Jan 2017 15:08:27 +0000 Received: by mail-pf0-x22e.google.com with SMTP id f144so53530966pfa.2 for ; Wed, 11 Jan 2017 07:08:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=g4Sweau/qsPSfa6YltqBIm1E6oitS3bxcznMWDgUOWA=; b=Irvp0/yrNCeCJUVuShMLtv+ciYT7PFOowyf6JTwLfbfreoWPhl4uDB/FkkIV7W95G5 hLeFVaTm2yfe7HELo78ZqgJHHMROQutIKMHB2qCwmNOeAStBvaEK5SPlRVsh0pZvNOS2 oW3rG6AozeK95VMkfzJ8bXKjmCkj/Xk1VcbJM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=g4Sweau/qsPSfa6YltqBIm1E6oitS3bxcznMWDgUOWA=; b=MAe0Q9GOV3H1yCfWgRQhXAXfQL+geMhMMmgvIPf3/rSQBIMxNIvv9FagT+ghuWbOy7 cyAoTbBpVAELzE4ujHx+ImA9pKs7lJ+Wj1csw0cpsO5crT9TgWwXkydQ4QbB8FJD5vLN Pzh3lg9hDTgUL7gCsNCb8qT5Z9E6vUaeYMvbhzWj11ozKYGaeQlj8rHZLBcDmT7n+QKa AGxwFpD35CAUfTNzZvaFrqdftqmZFEwHi+PUaiIisWVq7/OODfkkd5rWC+uXoU4ft6K/ F8BXepl5qRRMH2XFMpMS0dMMeSE/1mw/aLFteRY3qbashPZWOnd8FyvR4Heyi4bwR4Sl PNHw== X-Gm-Message-State: AIkVDXKwrm73+Xm05oEC4HMzcPBldQQ+P+UA/T5J1ShyNcBdpXr/B1L5kchW+dhNECQGa0vB X-Received: by 10.98.106.9 with SMTP id f9mr10895028pfc.126.1484147285984; Wed, 11 Jan 2017 07:08:05 -0800 (PST) Received: from localhost ([104.237.91.103]) by smtp.googlemail.com with ESMTPSA id u14sm14652137pfg.18.2017.01.11.07.08.04 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 11 Jan 2017 07:08:05 -0800 (PST) From: Hanjun Guo To: Marc Zyngier , "Rafael J. Wysocki" , Lorenzo Pieralisi Subject: [PATCH v7 04/15] irqchip: gic-v3-its: keep the head file include in alphabetic order Date: Wed, 11 Jan 2017 23:06:28 +0800 Message-Id: <1484147199-4267-5-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484147199-4267-1-git-send-email-hanjun.guo@linaro.org> References: <1484147199-4267-1-git-send-email-hanjun.guo@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170111_100827_219369_0A71E034 X-CRM114-Status: GOOD ( 11.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: huxinwei@huawei.com, Kefeng Wang , Matthias Brugger , Jon Masters , yimin@huawei.com, Greg KH , linux-kernel@vger.kernel.org, linuxarm@huawei.com, Sinan Kaya , linux-acpi@vger.kernel.org, Xinwei Kong , Hanjun Guo , Tomasz Nowicki , Thomas Gleixner , Agustin Vega-Frias , linux-arm-kernel@lists.infradead.org, Ma Jun MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Rearrange header file includes to alphabetic order. As acpi_iort.h includes acpi.h so remove the duplidate acpi.h inclusion as well. Signed-off-by: Hanjun Guo Cc: Marc Zyngier Cc: Tomasz Nowicki --- drivers/irqchip/irq-gic-v3-its.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c index 69b040f..f471939 100644 --- a/drivers/irqchip/irq-gic-v3-its.c +++ b/drivers/irqchip/irq-gic-v3-its.c @@ -15,14 +15,13 @@ * along with this program. If not, see . */ -#include +#include #include #include #include #include #include #include -#include #include #include #include