aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/ptrace.h')
-rw-r--r--include/asm-x86/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/ptrace.h b/include/asm-x86/ptrace.h
index cc4456667d89..35c103714906 100644
--- a/include/asm-x86/ptrace.h
+++ b/include/asm-x86/ptrace.h
@@ -177,7 +177,7 @@ void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
177struct task_struct; 177struct task_struct;
178 178
179extern unsigned long 179extern unsigned long
180convert_rip_to_linear(struct task_struct *child, struct pt_regs *regs); 180convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs);
181 181
182#endif /* __KERNEL__ */ 182#endif /* __KERNEL__ */
183#endif /* !__i386__ */ 183#endif /* !__i386__ */