Skip to content
Snippets Groups Projects
Commit 291ae5a1 authored by Josh Triplett's avatar Josh Triplett Committed by Ingo Molnar
Browse files

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: default avatarJosh Triplett <josh@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9531b62f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment