aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/video-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/video-mode.c')
-rw-r--r--arch/x86/boot/video-mode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/boot/video-mode.c b/arch/x86/boot/video-mode.c
index 748e8d06290a..aa8a96b052e3 100644
--- a/arch/x86/boot/video-mode.c
+++ b/arch/x86/boot/video-mode.c
@@ -22,10 +22,8 @@
/*
* Common variables
*/
-int adapter; /* 0=CGA/MDA/HGC, 1=EGA, 2=VGA+ */
-u16 video_segment;
+int adapter; /* 0=CGA/MDA/HGC, 1=EGA, 2=VGA+ */
int force_x, force_y; /* Don't query the BIOS for cols/rows */
-
int do_restore; /* Screen contents changed during mode flip */
int graphic_mode; /* Graphic mode with linear frame buffer */