From: Catalin Marinas Date: Wed, 10 Oct 2012 14:16:13 +0000 (+0100) Subject: arm64: Remove unused definitions from asm/unistd32.h X-Git-Tag: v3.7-rc1~16^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed27ecfcac538b4c578eb7fe87b8bf775a5ff68;p=pandora-kernel.git arm64: Remove unused definitions from asm/unistd32.h This patch removes the compat __NR_* definitions from the unistd32.h file and only keeps those that are used by the AArch64 kernel with a new __NR_compat_* prefix. The additional wrapper definitions in arch/arm64/kernel/sys32.S have been removed and the actual wrapper names included in the asm/unistd32.h file. Signed-off-by: Catalin Marinas Acked-by: Will Deacon --- Reading git-diff-tree failed