aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/console_struct.h')
-rw-r--r--include/linux/console_struct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h
index 2c8d3239899b..fea64f2692a0 100644
--- a/include/linux/console_struct.h
+++ b/include/linux/console_struct.h
@@ -17,7 +17,6 @@
17#include <linux/vt.h> 17#include <linux/vt.h>
18#include <linux/workqueue.h> 18#include <linux/workqueue.h>
19 19
20struct vt_struct;
21struct uni_pagedir; 20struct uni_pagedir;
22struct uni_screen; 21struct uni_screen;
23 22
@@ -150,7 +149,7 @@ struct vc {
150 struct vc_data *d; 149 struct vc_data *d;
151 struct work_struct SAK_work; 150 struct work_struct SAK_work;
152 151
153 /* might add scrmem, vt_struct, kbd at some time, 152 /* might add scrmem, kbd at some time,
154 to have everything in one place - the disadvantage 153 to have everything in one place - the disadvantage
155 would be that vc_cons etc can no longer be static */ 154 would be that vc_cons etc can no longer be static */
156}; 155};