x86: make variables static

These variables are only used in their source files, so make them static.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
roel kluin
2008-10-21 19:49:09 -04:00
committed by Ingo Molnar
parent 2515ddc6db
commit 8bcad30f2e
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
static struct vesa_general_info vginfo;
static struct vesa_mode_info vminfo;
__videocard video_vesa;
static __videocard video_vesa;
#ifndef _WAKEUP
static void vesa_store_mode_params_graphics(void);
@@ -293,7 +293,7 @@ void vesa_store_edid(void)
#endif /* not _WAKEUP */
__videocard video_vesa =
static __videocard video_vesa =
{
.card_name = "VESA",
.probe = vesa_probe,