From: Linus Torvalds Date: Fri, 4 Mar 2011 17:23:30 +0000 (-0800) Subject: Mark ptrace_{traceme,attach,detach} static X-Git-Tag: v2.6.38-rc8~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e89cc535223433a619d0969db3fa05cdd946b8;p=pandora-kernel.git Mark ptrace_{traceme,attach,detach} static They are only used inside kernel/ptrace.c, and have been for a long time. We don't want to go back to the bad-old-days when architectures did things on their own, so make them static and private. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed