summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorJaswinder Singh2008-07-25 05:49:05 +0200
committerJaswinder Singh2008-07-25 05:49:05 +0200
commit461d159694d683c9e43ead07720a3a0f17f6f060 (patch)
tree8d8b2f66de22ca8d0a1cf23f22cc0e9aa3cb39d6 /include/asm-x86
parentx86: mach-default/setup.c declare no_broadcast before they get used (diff)
downloadkernel-qcow2-linux-461d159694d683c9e43ead07720a3a0f17f6f060.tar.gz
kernel-qcow2-linux-461d159694d683c9e43ead07720a3a0f17f6f060.tar.xz
kernel-qcow2-linux-461d159694d683c9e43ead07720a3a0f17f6f060.zip
x86_64: Declare new_utsname in asm-x86/syscalls.h
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/syscalls.h b/include/asm-x86/syscalls.h
index 3d6b159d348c..87803da44010 100644
--- a/include/asm-x86/syscalls.h
+++ b/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 */