compat: ARM64: always include asm-generic/compat.h
authorArnd Bergmann <arnd@arndb.de>
Mon, 9 Dec 2019 15:16:20 +0000 (16:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:37:30 +0000 (04:37 -0800)
commit94ab95356322f2ee3fee0090d0bef30d21e8ac31
tree5aea3b14685043470cafdf889e980903c191263a
parent68e0a1547f7e6d2474d718e90ca77f92086bf985
compat: ARM64: always include asm-generic/compat.h

commit 556d687a4ccd54ab50a721ddde42c820545effd9 upstream.

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.

Acked-by: Will Deacon <will@kernel.org>
Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/include/asm/compat.h