From f3d447a97f24f7c1e14767e1974b8e5bc219bc07 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Wed, 10 Oct 2012 15:27:04 +0100 Subject: arm64: Do not include asm/unistd32.h in asm/unistd.h This patch only includes asm/unistd32.h where necessary and removes its inclusion in the asm/unistd.h file. The __SYSCALL_COMPAT guard is dropped. Signed-off-by: Catalin Marinas Acked-by: Will Deacon --- arch/arm64/kernel/sys_compat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/arm64/kernel/sys_compat.c') diff --git a/arch/arm64/kernel/sys_compat.c b/arch/arm64/kernel/sys_compat.c index 93f10e27dc79..fd2b4cb0d13b 100644 --- a/arch/arm64/kernel/sys_compat.c +++ b/arch/arm64/kernel/sys_compat.c @@ -18,8 +18,6 @@ * along with this program. If not, see . */ -#define __SYSCALL_COMPAT - #include #include #include @@ -28,7 +26,7 @@ #include #include -#include +#include asmlinkage int compat_sys_fork(struct pt_regs *regs) { -- cgit v1.2.3