diff --git a/[refs] b/[refs] index 2c7d999168fd..b09c926d6f9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71e3b818431957371c7f69fa1c576d4a403c1478 +refs/heads/master: 461d159694d683c9e43ead07720a3a0f17f6f060 diff --git a/trunk/include/asm-x86/syscalls.h b/trunk/include/asm-x86/syscalls.h index 3d6b159d348c..87803da44010 100644 --- a/trunk/include/asm-x86/syscalls.h +++ b/trunk/include/asm-x86/syscalls.h @@ -5,7 +5,6 @@ * * This file is released under the GPLv2. * See the file COPYING for more details. - * */ #ifndef _ASM_X86_SYSCALLS_H @@ -87,6 +86,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *); /* kernel/sys_x86_64.c */ asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long); +struct new_utsname; asmlinkage long sys_uname(struct new_utsname __user *); #endif /* CONFIG_X86_32 */