Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6aed359d authored by Thiago Farina's avatar Thiago Farina Committed by Linus Torvalds
Browse files

console/vgacon.c: mark file-local symbol static



warning: symbol 'vgacon_text_mode_force' was not declared. Should it be static?

Signed-off-by: default avatarThiago Farina <tfransosi@gmail.com>
Acked-by: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a52712af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{