From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752049AbeBZPh1 (ORCPT ); Mon, 26 Feb 2018 10:37:27 -0500 Received: from foss.arm.com ([217.140.101.70]:51872 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbeBZPhZ (ORCPT ); Mon, 26 Feb 2018 10:37:25 -0500 Date: Mon, 26 Feb 2018 15:37:21 +0000 From: Mark Rutland To: Will Deacon Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, yamada.masahiro@socionext.com, mingo@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH v2 06/12] arm64: fpsimd: include in fpsimd.h Message-ID: <20180226153720.knpw7a4fncixdb4a@salmiak> References: <1519657500-15094-1-git-send-email-will.deacon@arm.com> <1519657500-15094-7-git-send-email-will.deacon@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519657500-15094-7-git-send-email-will.deacon@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 26, 2018 at 03:04:54PM +0000, Will Deacon wrote: > fpsimd.h uses the __init annotation, so pull in linux/init.h > > Signed-off-by: Will Deacon Having skimmed through, this looks like all we need. Acked-by: Mark Rutland Mark. > --- > arch/arm64/include/asm/fpsimd.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h > index 8857a0f0d0f7..fc3527b985ca 100644 > --- a/arch/arm64/include/asm/fpsimd.h > +++ b/arch/arm64/include/asm/fpsimd.h > @@ -22,6 +22,7 @@ > #ifndef __ASSEMBLY__ > > #include > +#include > #include > > /* > -- > 2.1.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Mon, 26 Feb 2018 15:37:21 +0000 Subject: [RFC PATCH v2 06/12] arm64: fpsimd: include in fpsimd.h In-Reply-To: <1519657500-15094-7-git-send-email-will.deacon@arm.com> References: <1519657500-15094-1-git-send-email-will.deacon@arm.com> <1519657500-15094-7-git-send-email-will.deacon@arm.com> Message-ID: <20180226153720.knpw7a4fncixdb4a@salmiak> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 26, 2018 at 03:04:54PM +0000, Will Deacon wrote: > fpsimd.h uses the __init annotation, so pull in linux/init.h > > Signed-off-by: Will Deacon Having skimmed through, this looks like all we need. Acked-by: Mark Rutland Mark. > --- > arch/arm64/include/asm/fpsimd.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h > index 8857a0f0d0f7..fc3527b985ca 100644 > --- a/arch/arm64/include/asm/fpsimd.h > +++ b/arch/arm64/include/asm/fpsimd.h > @@ -22,6 +22,7 @@ > #ifndef __ASSEMBLY__ > > #include > +#include > #include > > /* > -- > 2.1.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel