commit | a1a00b58855ccdbedf556b4f5638d5208b454472 | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Sun Nov 23 19:37:09 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 19:58:58 2008 +0100 |
tree | 1acce04989a9a9b4064f5f44674f737b5b077fed | |
parent | ed313489badef16d700f5a3be50e8fd8f8294bc8 [diff] |
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>