Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933051AbbLRRnH (ORCPT ); Fri, 18 Dec 2015 12:43:07 -0500 Received: from foss.arm.com ([217.140.101.70]:42045 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752374AbbLRRnF (ORCPT ); Fri, 18 Dec 2015 12:43:05 -0500 Date: Fri, 18 Dec 2015 17:42:50 +0000 From: Mark Rutland To: Yury Norov Cc: Suzuki.Poulose@arm.com, Catalin.Marinas@arm.com, klimov.linux@gmail.com, ddaney.cavm@gmail.com, ard.biesheuvel@linaro.org, will.deacon@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] arm64: run-time detection for aarch32 support Message-ID: <20151218174250.GD30229@leverpostej> References: <1450454429-22976-1-git-send-email-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450454429-22976-1-git-send-email-ynorov@caviumnetworks.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 591 Lines: 18 > diff --git a/arch/arm64/include/asm/elf.h b/arch/arm64/include/asm/elf.h > index faad6df..1053cd7 100644 > --- a/arch/arm64/include/asm/elf.h > +++ b/arch/arm64/include/asm/elf.h > @@ -23,6 +23,7 @@ > */ > #include > #include > +#include Nit: please keep these ordered alphabetically. Mark. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/