commit | 99764fa4ceeecba8b9e0a8a5565b418a2e94f83b | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Wed Jul 23 21:28:49 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:24 2008 -0700 |
tree | aecf842728e5dfc80743662d87c089b24896f8ed | |
parent | 4a5675820436e4ad738dd442c1cc8a165101509b [diff] |
UML: make several more things static - Make some variables and functions static, since they don't need to be global. - Remove an unused function - arch/um/kernel/time.c::sched_clock(). - Clean the style a bit as complained by checkpatch.pl. Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>