From mboxrd@z Thu Jan 1 00:00:00 1970 From: kong.kongxinwei@hisilicon.com (Xinwei Kong) Date: Fri, 30 Dec 2016 16:56:43 +0800 Subject: [PATCH v5 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order In-Reply-To: <1482384922-21507-3-git-send-email-guohanjun@huawei.com> References: <1482384922-21507-1-git-send-email-guohanjun@huawei.com> <1482384922-21507-3-git-send-email-guohanjun@huawei.com> Message-ID: <5866214B.8090803@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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