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

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>
arch/x86/boot/video-vga.c
arch/x86/boot/video.c