Re: [uml-devel] [Patch] UML: make several things static

2008-04-24 Thread WANG Cong
From: WANG Cong <[EMAIL PROTECTED]> Date: Thu, 24 Apr 2008 16:36:55 +0800 (CST) > > Make some variables and functions static, since they don't need > to be global. > > And remove an unused function - arch/um/kernel/time.c::sched_clock(). > Sorry, Andrew. I forgot to run checkpatch for this one.

[uml-devel] [Patch] UML: make several things static

2008-04-24 Thread WANG Cong
Make some variables and functions static, since they don't need to be global. And remove an unused function - arch/um/kernel/time.c::sched_clock(). Cc: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- arch/um/include/skas/skas.h |1 - arch/um/include/um_ua

[uml-devel] [Patch] UML: Make several things static.

2008-04-12 Thread WANG Cong
Make several things static, because they no longer need to be global. Cc: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- arch/um/drivers/net_kern.c |6 +++--- arch/um/drivers/slip_kern.c |4 ++-- arch/um/drivers/stdio_console.c |4 ++-- 3 fil