diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index c59526ee54da..217bd9ace69b 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -69,8 +69,6 @@ extern void __die(const char * str, struct pt_regs * regs, long err); | |||
69 | extern void __show_regs(struct pt_regs * regs); | 69 | extern void __show_regs(struct pt_regs * regs); |
70 | extern void show_regs(struct pt_regs * regs); | 70 | extern void show_regs(struct pt_regs * regs); |
71 | 71 | ||
72 | extern int map_syscall32(struct mm_struct *mm, unsigned long address); | ||
73 | extern int __map_syscall32(struct mm_struct *mm, unsigned long address); | ||
74 | extern char *syscall32_page; | 72 | extern char *syscall32_page; |
75 | extern void syscall32_cpu_init(void); | 73 | extern void syscall32_cpu_init(void); |
76 | 74 | ||