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/sys32.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm64/kernel/sys32.S') diff --git a/arch/arm64/kernel/sys32.S b/arch/arm64/kernel/sys32.S index c1e46dbacefc..54c4aec47a08 100644 --- a/arch/arm64/kernel/sys32.S +++ b/arch/arm64/kernel/sys32.S @@ -149,11 +149,10 @@ ENDPROC(compat_sys_fanotify_mark_wrapper) #undef __SYSCALL #define __SYSCALL(x, y) .quad y // x -#define __SYSCALL_COMPAT /* * The system calls table must be 4KB aligned. */ .align 12 ENTRY(compat_sys_call_table) -#include +#include -- cgit v1.2.2