]> git.baikalelectronics.ru Git - kernel.git/commit
make kprobes.c:kretprobe_table_lock() static
authorAdrian Bunk <bunk@kernel.org>
Thu, 16 Oct 2008 05:05:20 +0000 (22:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:52 +0000 (11:21 -0700)
commit223e73626afde7de4da4e7ab8826c69ff548448f
treecb8f3ea21027f54b1fd54dce51dc47a1ec62b3d0
parent6dbfc93a7b3c009f45a22534d8e11fec747b5c56
make kprobes.c:kretprobe_table_lock() static

Make the needlessly global kretprobe_table_lock() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kprobes.c