提交 e07dea98 编写于 作者: A Antonino A. Daplas 提交者: Linus Torvalds

[PATCH] console: Fix compile error

Fix following compile error (From Kernel Bugzilla Bug 5427):

include/linux/console_struct.h:53: error: field `vt_mode' has incomplete type
Signed-off-by: NAntonino Daplas <adaplas@pol.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 5fab851e
......@@ -9,6 +9,8 @@
* to achieve effects such as fast scrolling by changing the origin.
*/
#include <linux/vt.h>
struct vt_struct;
#define NPAR 16
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册