Skip to content
Commit 84c187af authored by Yury Norov's avatar Yury Norov Committed by Will Deacon
Browse files

arm64: don't trash config with compat symbol if COMPAT is disabled



ARCH_WANT_COMPAT_IPC_PARSE_VERSION is selected unconditionally. It
makes little sense if kernel is compiled without COMPAT support.
Fix it.

This patch makes no functional changes since all existing code which
is guarded with ARCH_WANT_COMPAT_IPC_PARSE_VERSION is also guarded
with COMPAT.

Signed-off-by: default avatarYury Norov <ynorov@marvell.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 0e4add4a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment