]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/ptrace.c
arch/x86/kernel/ptrace.c: quiet sparse noise
[karo-tx-linux.git] / arch / x86 / kernel / ptrace.c
index 82528799c5deece6e4da9758a520b82420763bfc..89a04c7b5bb6f600ff764bf3c91900880e47db4e 100644 (file)
@@ -749,7 +749,8 @@ put:
 /*
  * Handle PTRACE_POKEUSR calls for the debug register area.
  */
-int ptrace_set_debugreg(struct task_struct *tsk, int n, unsigned long val)
+static int ptrace_set_debugreg(struct task_struct *tsk, int n,
+                              unsigned long val)
 {
        struct thread_struct *thread = &(tsk->thread);
        int rc = 0;