| commit | ab883af53ec1b87add43b32a28d8347f17d5155b | [log] [tgz] |
|---|---|---|
| author | Adrian Bunk <[email protected]> | Wed Apr 30 00:54:30 2008 -0700 |
| committer | Linus Torvalds <[email protected]> | Wed Apr 30 08:29:49 2008 -0700 |
| tree | 8019f7643f8c2065f1f26522e886b746b465d733 | |
| parent | 148ff86b11ec51d7d2f7ff863bd85d0dd5aa908c [diff] |
make marker_debug static With the needlessly global marker_debug being static gcc can optimize the unused code away. Signed-off-by: Adrian Bunk <[email protected]> Acked-by: Mathieu Desnoyers <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>