git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd4d0e
)
[PATCH] sched: mark sysrq_sched_debug_show() static
author
Josh Triplett
<josh@kernel.org>
Thu, 26 Jul 2007 11:40:43 +0000
(13:40 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 26 Jul 2007 11:40:43 +0000
(13:40 +0200)
Only sched.c uses sysrq_sched_debug_show, and sched.c includes sched_debug.c,
so all uses of sysrq_sched_debug_show occur in the same source file.
Eliminates a sparse warning:
warning: symbol 'sysrq_sched_debug_show' was not declared. Should it be static?
Signed-off-by: Josh Triplett <josh@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_debug.c
patch
|
blob
|
history
diff --cc
kernel/sched_debug.c
Simple merge