From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967213AbdAKOQ4 (ORCPT ); Wed, 11 Jan 2017 09:16:56 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:35003 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967196AbdAKOQy (ORCPT ); Wed, 11 Jan 2017 09:16:54 -0500 Message-ID: <58763E48.9050006@linaro.org> Date: Wed, 11 Jan 2017 22:16:40 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 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 Subject: Re: [PATCH v6 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order References: <1483363905-2806-1-git-send-email-hanjun.guo@linaro.org> <1483363905-2806-3-git-send-email-hanjun.guo@linaro.org> In-Reply-To: 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 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