From: Namhyung Kim Date: Wed, 15 Sep 2010 01:04:28 +0000 (+0900) Subject: kprobes: Make functions static X-Git-Tag: v2.6.37-rc1~214^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6376b2297502e72255b7eb2893c6044ad5a7b5f4;p=pandora-kernel.git kprobes: Make functions static Make following (internal) functions static to make sparse happier :-) * get_optimized_kprobe: only called from static functions * kretprobe_table_unlock: _lock function is static * kprobes_optinsn_template_holder: never called but holding asm code Signed-off-by: Namhyung Kim Acked-by: Masami Hiramatsu LKML-Reference: <1284512670-2369-4-git-send-email-namhyung@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed