arm64: Do not include asm/unistd32.h in asm/unistd.h
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm64 / kernel / sys32.S
index c1e46db..54c4aec 100644 (file)
@@ -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 <asm/unistd.h>
+#include <asm/unistd32.h>