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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h
index a12d3f2899a8..6fd3c908a340 100644
--- a/include/linux/console_struct.h
+++ b/include/linux/console_struct.h
@@ -106,7 +106,6 @@ struct vc_data {
106 unsigned int vc_decawm : 1; /* Autowrap Mode */ 106 unsigned int vc_decawm : 1; /* Autowrap Mode */
107 unsigned int vc_deccm : 1; /* Cursor Visible */ 107 unsigned int vc_deccm : 1; /* Cursor Visible */
108 unsigned int vc_decim : 1; /* Insert Mode */ 108 unsigned int vc_decim : 1; /* Insert Mode */
109 unsigned int vc_deccolm : 1; /* 80/132 Column Mode */
110 /* attribute flags */ 109 /* attribute flags */
111 unsigned int vc_intensity : 2; /* 0=half-bright, 1=normal, 2=bold */ 110 unsigned int vc_intensity : 2; /* 0=half-bright, 1=normal, 2=bold */
112 unsigned int vc_italic:1; 111 unsigned int vc_italic:1;