make marker_debug static
authorAdrian Bunk <bunk@kernel.org>
Wed, 30 Apr 2008 07:54:30 +0000 (00:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:49 +0000 (08:29 -0700)
commitab883af53ec1b87add43b32a28d8347f17d5155b
tree8019f7643f8c2065f1f26522e886b746b465d733
parent148ff86b11ec51d7d2f7ff863bd85d0dd5aa908c
make marker_debug static

With the needlessly global marker_debug being static gcc can optimize the
unused code away.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/marker.c