提交 030babac 编写于 作者: N Nishanth Aravamudan 提交者: Linus Torvalds

[PATCH] vt.c build fix

Signed-off-by: NNishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ba460e48
...@@ -2796,7 +2796,7 @@ void do_blank_screen(int entering_gfx) ...@@ -2796,7 +2796,7 @@ void do_blank_screen(int entering_gfx)
return; return;
if (vesa_off_interval) { if (vesa_off_interval) {
blank_state = blank_vesa_wait, blank_state = blank_vesa_wait;
mod_timer(&console_timer, jiffies + vesa_off_interval); mod_timer(&console_timer, jiffies + vesa_off_interval);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册