diff options
Diffstat (limited to 'arch/x86/include/asm/syscalls.h')
-rw-r--r-- | arch/x86/include/asm/syscalls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/syscalls.h b/arch/x86/include/asm/syscalls.h index 50f6a569f0d1..47cd606c3537 100644 --- a/arch/x86/include/asm/syscalls.h +++ b/arch/x86/include/asm/syscalls.h | |||
@@ -68,11 +68,8 @@ int sys_vm86(unsigned long, unsigned long, struct pt_regs *); | |||
68 | long sys_arch_prctl(int, unsigned long); | 68 | long sys_arch_prctl(int, unsigned long); |
69 | 69 | ||
70 | /* kernel/sys_x86_64.c */ | 70 | /* kernel/sys_x86_64.c */ |
71 | struct new_utsname; | ||
72 | |||
73 | asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long, | 71 | asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long, |
74 | unsigned long, unsigned long, unsigned long); | 72 | unsigned long, unsigned long, unsigned long); |
75 | asmlinkage long sys_uname(struct new_utsname __user *); | ||
76 | 73 | ||
77 | #endif /* CONFIG_X86_32 */ | 74 | #endif /* CONFIG_X86_32 */ |
78 | #endif /* _ASM_X86_SYSCALLS_H */ | 75 | #endif /* _ASM_X86_SYSCALLS_H */ |