commit | 934d96eafadcf3eb3ccd094af9919f020907fc41 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Wed Jan 14 20:38:17 2009 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 15 12:06:56 2009 +0100 |
tree | 8ccda81ddd77195ebe22d38b98d13f97452eedc6 | |
parent | 6d612b0f943289856c6e8186c564cda922cd040e [diff] |
time-sched.c: tick_nohz_update_jiffies should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warning Fixes sparse warning: kernel/time/tick-sched.c:137:6: warning: symbol 'tick_nohz_update_jiffies' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>