aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/include/asm/seccomp.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/microblaze/include/asm/seccomp.h b/arch/microblaze/include/asm/seccomp.h
index 0d912758a0d7..204618a2ce84 100644
--- a/arch/microblaze/include/asm/seccomp.h
+++ b/arch/microblaze/include/asm/seccomp.h
@@ -3,14 +3,8 @@
3 3
4#include <linux/unistd.h> 4#include <linux/unistd.h>
5 5
6#define __NR_seccomp_read __NR_read
7#define __NR_seccomp_write __NR_write
8#define __NR_seccomp_exit __NR_exit
9#define __NR_seccomp_sigreturn __NR_sigreturn 6#define __NR_seccomp_sigreturn __NR_sigreturn
10 7
11#define __NR_seccomp_read_32 __NR_read 8#include <asm-generic/seccomp.h>
12#define __NR_seccomp_write_32 __NR_write
13#define __NR_seccomp_exit_32 __NR_exit
14#define __NR_seccomp_sigreturn_32 __NR_sigreturn
15 9
16#endif /* _ASM_MICROBLAZE_SECCOMP_H */ 10#endif /* _ASM_MICROBLAZE_SECCOMP_H */