diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-05-08 03:38:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:27 -0400 |
commit | cf36a65b08969d3cff3c1c878b7e0fdf148379b7 (patch) | |
tree | 471437f22fb43854f7baae4fff6ba21e024c9797 | |
parent | fa6ce9ab5fbcb4c276c48861584b70d387e787b3 (diff) |
vt-add-color-support-to-the-underline-and-italic-attributes-fix
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/video/console/vgacon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index 53c22197b631..d0d2733ef479 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c | |||
@@ -86,8 +86,6 @@ static int vgacon_set_origin(struct vc_data *c); | |||
86 | static void vgacon_save_screen(struct vc_data *c); | 86 | static void vgacon_save_screen(struct vc_data *c); |
87 | static int vgacon_scroll(struct vc_data *c, int t, int b, int dir, | 87 | static int vgacon_scroll(struct vc_data *c, int t, int b, int dir, |
88 | int lines); | 88 | int lines); |
89 | static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, | ||
90 | u8 blink, u8 underline, u8 reverse, u8); | ||
91 | static void vgacon_invert_region(struct vc_data *c, u16 * p, int count); | 89 | static void vgacon_invert_region(struct vc_data *c, u16 * p, int count); |
92 | static unsigned long vgacon_uni_pagedir[2]; | 90 | static unsigned long vgacon_uni_pagedir[2]; |
93 | 91 | ||