aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-26 14:06:24 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 18:16:11 -0500
commitb1ff98cb74864bb880e1c44258edde43c79af524 (patch)
treefbb1bb4331c053d0968046d1f4141f1e34e47730 /arch
parent09a4d5d015d951c7262d999cbd39f5c2cd5786da (diff)
powerpc: trim the crap from syscalls.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/syscalls.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/syscalls.h b/arch/powerpc/include/asm/syscalls.h
index 01d240ded0d5..23be8f1e7e64 100644
--- a/arch/powerpc/include/asm/syscalls.h
+++ b/arch/powerpc/include/asm/syscalls.h
@@ -5,9 +5,7 @@
5#include <linux/compiler.h> 5#include <linux/compiler.h>
6#include <linux/linkage.h> 6#include <linux/linkage.h>
7#include <linux/types.h> 7#include <linux/types.h>
8#include <asm/signal.h>
9 8
10struct pt_regs;
11struct rtas_args; 9struct rtas_args;
12 10
13asmlinkage unsigned long sys_mmap(unsigned long addr, size_t len, 11asmlinkage unsigned long sys_mmap(unsigned long addr, size_t len,
@@ -16,11 +14,8 @@ asmlinkage unsigned long sys_mmap(unsigned long addr, size_t len,
16asmlinkage unsigned long sys_mmap2(unsigned long addr, size_t len, 14asmlinkage unsigned long sys_mmap2(unsigned long addr, size_t len,
17 unsigned long prot, unsigned long flags, 15 unsigned long prot, unsigned long flags,
18 unsigned long fd, unsigned long pgoff); 16 unsigned long fd, unsigned long pgoff);
19asmlinkage long sys_pipe(int __user *fildes);
20asmlinkage long sys_pipe2(int __user *fildes, int flags);
21asmlinkage long ppc64_personality(unsigned long personality); 17asmlinkage long ppc64_personality(unsigned long personality);
22asmlinkage int ppc_rtas(struct rtas_args __user *uargs); 18asmlinkage int ppc_rtas(struct rtas_args __user *uargs);
23asmlinkage time_t sys64_time(time_t __user * tloc);
24 19
25#endif /* __KERNEL__ */ 20#endif /* __KERNEL__ */
26#endif /* __ASM_POWERPC_SYSCALLS_H */ 21#endif /* __ASM_POWERPC_SYSCALLS_H */