From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762950AbcINNw7 (ORCPT ); Wed, 14 Sep 2016 09:52:59 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:38531 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761916AbcINNvz (ORCPT ); Wed, 14 Sep 2016 09:51:55 -0400 From: Hanjun Guo To: "Rafael J. Wysocki" , Marc Zyngier , Lorenzo Pieralisi , "Tomasz Nowicki" CC: , , , Thomas Gleixner , "Hanjun Guo" Subject: [PATCH 2/2] irqchip: gic-v3-its: keep the head file include in alphabetic order Date: Wed, 14 Sep 2016 21:49:54 +0800 Message-ID: <1473860994-3996-3-git-send-email-guohanjun@huawei.com> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1473860994-3996-1-git-send-email-guohanjun@huawei.com> References: <1473860994-3996-1-git-send-email-guohanjun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.57D955F2.029F,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 5eaceeed59f76fb729f0ae340b9bb34a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hanjun Guo The head file is strictly in alphabetic order now, so let's not be the rule breaker. And acpi_iort.h includes acpi.h, remove acpi.h here. Signed-off-by: Hanjun Guo --- 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 35c851c..b1ff440 100644 --- a/drivers/irqchip/irq-gic-v3-its.c +++ b/drivers/irqchip/irq-gic-v3-its.c @@ -15,13 +15,12 @@ * along with this program. If not, see . */ -#include +#include #include #include #include #include #include -#include #include #include #include -- 1.7.12.4