projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fab851
)
[PATCH] console: Fix compile error
author
Antonino A. Daplas
<adaplas@gmail.com>
Mon, 7 Nov 2005 09:00:51 +0000
(
01:00
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:52 +0000
(07:53 -0800)
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: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/console_struct.h
patch
|
blob
|
history
diff --git
a/include/linux/console_struct.h
b/include/linux/console_struct.h
index
725be90
..
f8e5587
100644
(file)
--- a/
include/linux/console_struct.h
+++ b/
include/linux/console_struct.h
@@
-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