Skip to content

Commit

Permalink
console/vgacon.c: mark file-local symbol static
Browse files Browse the repository at this point in the history
warning: symbol 'vgacon_text_mode_force' was not declared. Should it be static?

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Acked-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Thiago Farina authored and Linus Torvalds committed Mar 6, 2010
1 parent a52712a commit 6aed359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6aed359

Please sign in to comment.