mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
[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: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
5fab851ea1
commit
e07dea9876
@@ -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
|
||||
|
Reference in New Issue
Block a user