From: Josh Triplett Date: Thu, 9 Aug 2007 09:16:46 +0000 (+0200) Subject: sched: mark print_cfs_stats static X-Git-Tag: v2.6.23-rc3~73^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291ae5a12088e1aa87aae4899a818498be3d18eb;p=pandora-kernel.git sched: mark print_cfs_stats static sched_fair.c defines print_cfs_stats, and sched_debug.c uses it, but sched.c includes both sched_fair.c and sched_debug.c, so all the references to print_cfs_stats occur in the same compilation unit. Thus, mark print_cfs_stats static. Eliminates a sparse warning: warning: symbol 'print_cfs_stats' was not declared. Should it be static? Signed-off-by: Josh Triplett Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed