提交 f0a7a5c9 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

i386: timer_irq_works() static again

timer_irq_works() needlessly became global.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 3f9c8d19
...@@ -1902,7 +1902,7 @@ __setup("no_timer_check", notimercheck); ...@@ -1902,7 +1902,7 @@ __setup("no_timer_check", notimercheck);
* - if this function detects that timer IRQs are defunct, then we fall * - if this function detects that timer IRQs are defunct, then we fall
* back to ISA timer IRQs * back to ISA timer IRQs
*/ */
int __init timer_irq_works(void) static int __init timer_irq_works(void)
{ {
unsigned long t1 = jiffies; unsigned long t1 = jiffies;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册