console/vgacon.c: mark file-local symbol static
[pandora-kernel.git] / drivers / video / console / vgacon.c
index cc4bbbe..182dd6f 100644 (file)
@@ -112,7 +112,7 @@ static int          vga_video_font_height;
 static int             vga_scan_lines          __read_mostly;
 static unsigned int    vga_rolled_over;
 
-int vgacon_text_mode_force = 0;
+static int vgacon_text_mode_force;
 
 bool vgacon_text_force(void)
 {