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/signal32.c | |
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/signal32.c')
-rw-r--r-- | arch/arm64/kernel/signal32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm64/kernel/signal32.c b/arch/arm64/kernel/signal32.c index 6001a44f8f6b..4654824747a4 100644 --- a/arch/arm64/kernel/signal32.c +++ b/arch/arm64/kernel/signal32.c | |||
@@ -18,8 +18,6 @@ | |||
18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #define __SYSCALL_COMPAT | ||
22 | |||
23 | #include <linux/compat.h> | 21 | #include <linux/compat.h> |
24 | #include <linux/signal.h> | 22 | #include <linux/signal.h> |
25 | #include <linux/syscalls.h> | 23 | #include <linux/syscalls.h> |
@@ -28,7 +26,7 @@ | |||
28 | #include <asm/fpsimd.h> | 26 | #include <asm/fpsimd.h> |
29 | #include <asm/signal32.h> | 27 | #include <asm/signal32.h> |
30 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
31 | #include <asm/unistd.h> | 29 | #include <asm/unistd32.h> |
32 | 30 | ||
33 | struct compat_sigaction { | 31 | struct compat_sigaction { |
34 | compat_uptr_t sa_handler; | 32 | compat_uptr_t sa_handler; |