diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-10-10 10:27:04 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2012-10-11 05:39:08 -0400 |
commit | f3d447a97f24f7c1e14767e1974b8e5bc219bc07 (patch) | |
tree | 6c07c07aa9ed0b781ce9be11bb54bc6248a882d0 /arch/arm64/kernel/entry.S | |
parent | 4ed27ecfcac538b4c578eb7fe87b8bf775a5ff68 (diff) |
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 <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/kernel/entry.S')
-rw-r--r-- | arch/arm64/kernel/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S index 6538928ff1ab..a6f3f7da6880 100644 --- a/arch/arm64/kernel/entry.S +++ b/arch/arm64/kernel/entry.S | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <asm/errno.h> | 26 | #include <asm/errno.h> |
27 | #include <asm/thread_info.h> | 27 | #include <asm/thread_info.h> |
28 | #include <asm/unistd.h> | 28 | #include <asm/unistd.h> |
29 | #include <asm/unistd32.h> | ||
29 | 30 | ||
30 | /* | 31 | /* |
31 | * Bad Abort numbers | 32 | * Bad Abort numbers |