commit | 98b8b99ae1233a5408b136544e900a9cfb46e08f | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Tue Nov 15 14:48:58 2011 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 05 16:48:23 2011 +0100 |
tree | 079a8c1d31d050f538d14379bd49904f86a60d41 | |
parent | cced40229993bb63238299e48a22e4c8d1e13181 [diff] |
arch/x86/kernel/ptrace.c: Quiet sparse noise ptrace_set_debugreg() is only used in this file and should be static. This also quiets the following sparse warning: warning: symbol 'ptrace_set_debugreg' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: hartleys@visionengravers.com Signed-off-by: Ingo Molnar <mingo@elte.hu>