Re: [PATCH 01/24] compat: ARM64: always include asm-generic/compat.h

From: Will Deacon
Date: Thu Dec 12 2019 - 05:17:01 EST


On Wed, Dec 11, 2019 at 09:42:35PM +0100, Arnd Bergmann wrote:
> In order to use compat_* type defininitions in device drivers
> outside of CONFIG_COMPAT, move the inclusion of asm-generic/compat.h
> ahead of the #ifdef.
>
> All other architectures already do this.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> arch/arm64/include/asm/compat.h | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

(Please let me know if you'd prefer this patch to be routed via the arm64
tree).

Will