From: Jaswinder Singh Rajput Date: Wed, 1 Jul 2009 14:22:30 +0000 (+0530) Subject: x86: Mark ptrace_get_debugreg() as static X-Git-Tag: v2.6.33-rc1~399^2~146^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d22b536609abf0d64648f99518676ea58245e3b;p=pandora-kernel.git x86: Mark ptrace_get_debugreg() as static This sparse warning: arch/x86/kernel/ptrace.c:560:15: warning: symbol 'ptrace_get_debugreg' was not declared. Should it be static? triggers because ptrace_get_debugreg() is global but is only used in a single .c file. change ptrace_get_debugreg() to static to fix that - this also addresses the sparse warning. Signed-off-by: Jaswinder Singh Rajput Cc: Steven Rostedt LKML-Reference: <1246458150.6940.19.camel@hpdv5.satnam> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed