From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762409AbdAKKUe (ORCPT ); Wed, 11 Jan 2017 05:20:34 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:36801 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759631AbdAKKUb (ORCPT ); Wed, 11 Jan 2017 05:20:31 -0500 Subject: Re: [PATCH v6 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: <1483363905-2806-1-git-send-email-hanjun.guo@linaro.org> <1483363905-2806-3-git-send-email-hanjun.guo@linaro.org> Cc: huxinwei@huawei.com, Kefeng Wang , charles.garcia-tobin@arm.com, Jon Masters , yimin@huawei.com, Greg KH , linux-kernel@vger.kernel.org, linuxarm@huawei.com, Sinan Kaya , linux-acpi@vger.kernel.org, Tomasz Nowicki , Thomas Gleixner , Agustin Vega-Frias , linux-arm-kernel@lists.infradead.org, Ma Jun From: Matthias Brugger Message-ID: <1d9e6611-410c-daf4-87ab-ea71d3efb8a7@gmail.com> Date: Wed, 11 Jan 2017 11:20:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1483363905-2806-3-git-send-email-hanjun.guo@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/01/17 14:31, Hanjun Guo wrote: > 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. > Sounds strange, maybe someting like: Rearrange header file includes to alphabetic order. As acpi_iort.h... Regards, Matthias > Signed-off-by: Hanjun Guo > Tested-by: Majun > Tested-by: Xinwei Kong > 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 >