x86: Mark ptrace_get_debugreg() as static
[linux-2.6-block.git] / arch / x86 / kernel / ptrace.c
index b457f78b7dbff2b480d36e6b7714bd81ecb931c9..cabdabce3cb2170e4af1d50ef46ce9a605405a90 100644 (file)
@@ -557,7 +557,7 @@ restore:
 /*
  * Handle PTRACE_PEEKUSR calls for the debug register area.
  */
-unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n)
+static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n)
 {
        struct thread_struct *thread = &(tsk->thread);
        unsigned long val = 0;