x86: boot - fix sparse warnings
authorHannes Eder <hannes@hanneseder.net>
Sun, 23 Nov 2008 18:37:09 +0000 (19:37 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 18:58:58 +0000 (19:58 +0100)
Impact: make global variables static

Fix these sparse warnings:

 arch/x86/boot/video.c:233:3: warning: symbol 'saved' was not declared. Should it be static?
 arch/x86/boot/video-vga.c:37:13: warning: symbol 'video_vga' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found