From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hanjun Guo Subject: Re: [PATCH v6 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order Date: Wed, 11 Jan 2017 22:16:40 +0800 Message-ID: <58763E48.9050006@linaro.org> References: <1483363905-2806-1-git-send-email-hanjun.guo@linaro.org> <1483363905-2806-3-git-send-email-hanjun.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pf0-f175.google.com ([209.85.192.175]:35865 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967195AbdAKOQy (ORCPT ); Wed, 11 Jan 2017 09:16:54 -0500 Received: by mail-pf0-f175.google.com with SMTP id 189so50479612pfu.3 for ; Wed, 11 Jan 2017 06:16:53 -0800 (PST) In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Matthias Brugger , Marc Zyngier , "Rafael J. Wysocki" , Lorenzo Pieralisi 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 On 01/11/2017 06:20 PM, Matthias Brugger wrote: > > > 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... It's better, will update the patch. Thanks Hanjun