Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752290AbcL3JGy (ORCPT ); Fri, 30 Dec 2016 04:06:54 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:35739 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbcL3JGw (ORCPT ); Fri, 30 Dec 2016 04:06:52 -0500 Subject: Re: [PATCH v5 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order To: Hanjun Guo , Marc Zyngier , "Rafael J. Wysocki" , Lorenzo Pieralisi References: <1482384922-21507-1-git-send-email-guohanjun@huawei.com> <1482384922-21507-3-git-send-email-guohanjun@huawei.com> CC: Charles Garcia-Tobin , , , Tomasz Nowicki , , , Sinan Kaya , , Hanjun Guo , Greg KH , "Thomas Gleixner" , Agustin Vega-Frias , From: Xinwei Kong Message-ID: <5866214B.8090803@hisilicon.com> Date: Fri, 30 Dec 2016 16:56:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1482384922-21507-3-git-send-email-guohanjun@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.64.103] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 35 On 2016/12/22 13:35, Hanjun Guo wrote: > From: Hanjun Guo > > The head file is strictly in alphabetic order now, so let's > be the rule breaker. 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 Tested-by: Xinwei Kong