Commit 461d1596 authored by Jaswinder Singh's avatar Jaswinder Singh

x86_64: Declare new_utsname in asm-x86/syscalls.h

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
parent 71e3b818
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
* *
* This file is released under the GPLv2. * This file is released under the GPLv2.
* See the file COPYING for more details. * See the file COPYING for more details.
*
*/ */
#ifndef _ASM_X86_SYSCALLS_H #ifndef _ASM_X86_SYSCALLS_H
...@@ -87,6 +86,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *); ...@@ -87,6 +86,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *);
/* kernel/sys_x86_64.c */ /* kernel/sys_x86_64.c */
asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long, asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long); unsigned long, unsigned long, unsigned long);
struct new_utsname;
asmlinkage long sys_uname(struct new_utsname __user *); asmlinkage long sys_uname(struct new_utsname __user *);
#endif /* CONFIG_X86_32 */ #endif /* CONFIG_X86_32 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment