summaryrefslogtreecommitdiffstats
path: root/drivers/video/sisfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sisfb.c')
-rw-r--r--drivers/video/sisfb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/sisfb.c b/drivers/video/sisfb.c
index 019a86a8e..763ec0d4f 100644
--- a/drivers/video/sisfb.c
+++ b/drivers/video/sisfb.c
@@ -186,10 +186,10 @@ unsigned long rom_base;
unsigned long rom_vbase;
/* mode */
-int video_type = FB_TYPE_PACKED_PIXELS;
-int video_linelength;
-int video_cmap_len;
-int sisfb_off = 0;
+static int video_type = FB_TYPE_PACKED_PIXELS;
+static int video_linelength;
+static int video_cmap_len;
+static int sisfb_off = 0;
static struct fb_var_screeninfo default_var = {
0, 0, 0, 0, 0, 0, 0, 0,