]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: Remove duplicate included header
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 9 Jan 2025 10:46:34 +0000 (11:46 +0100)
committerWill Deacon <will@kernel.org>
Fri, 10 Jan 2025 13:44:22 +0000 (13:44 +0000)
commit965e9bbe025e02ddea3f34bdcb5757411593f43e
treeaf61be4e68190afc116a8aa5ade968ecc7b82876
parent9456a15947c1fe875e75d790a8ecd0b659fd2915
arm64: Remove duplicate included header

The header asm/unistd_compat_32.h is included whether CONFIG_COMPAT is
defined or not.

Include it only once and remove the following make includecheck warning:

  asm/unistd_compat_32.h is included more than once

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250109104636.124507-2-thorsten.blum@linux.dev
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/seccomp.h