From: Thiago Farina Date: Fri, 5 Mar 2010 21:44:17 +0000 (-0800) Subject: console/vgacon.c: mark file-local symbol static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6aed359df4d82c38145d95957b741f0b08d24074;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git console/vgacon.c: mark file-local symbol static warning: symbol 'vgacon_text_mode_force' was not declared. Should it be static? Signed-off-by: Thiago Farina Acked-by: Matthew Garrett Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index cc4bbbe44aca..182dd6f8aadd 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c @@ -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) {