Josh Triplett 291ae5a120 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 <josh@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-08-09 11:16:46 +02:00
..
2007-07-18 08:47:40 -07:00
2007-07-31 15:39:40 -07:00
2007-07-26 11:33:06 -07:00
2007-07-20 12:01:34 -07:00
2007-07-31 15:39:40 -07:00
2007-07-19 10:04:49 -07:00
2007-08-03 15:02:56 -07:00
2007-08-09 11:16:46 +02:00
2007-08-09 11:16:46 +02:00
2007-08-09 11:16:46 +02:00
2007-07-29 16:53:59 -07:00
2007-07-17 10:23:03 -07:00