]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/ia64/include/asm/syscall.h
arch: remove unused function syscall_set_arguments()
[thirdparty/kernel/stable.git] / arch / ia64 / include / asm / syscall.h
index 0d23c00493018951e6d8e691fcc7016a80d4c447..2b02a3fb862ade3c79bd546dc753aec12c43a47f 100644 (file)
@@ -55,21 +55,8 @@ static inline void syscall_set_return_value(struct task_struct *task,
        }
 }
 
-extern void ia64_syscall_get_set_arguments(struct task_struct *task,
-       struct pt_regs *regs, unsigned long *args, int rw);
-static inline void syscall_get_arguments(struct task_struct *task,
-                                        struct pt_regs *regs,
-                                        unsigned long *args)
-{
-       ia64_syscall_get_set_arguments(task, regs, args, 0);
-}
-
-static inline void syscall_set_arguments(struct task_struct *task,
-                                        struct pt_regs *regs,
-                                        unsigned long *args)
-{
-       ia64_syscall_get_set_arguments(task, regs, args, 1);
-}
+extern void syscall_get_arguments(struct task_struct *task,
+       struct pt_regs *regs, unsigned long *args);
 
 static inline int syscall_get_arch(struct task_struct *task)
 {