]> err.no Git - linux-2.6/blobdiff - drivers/video/fbmem.c
fb: pvr2fb: Fix up remaining section mismatch.
[linux-2.6] / drivers / video / fbmem.c
index db0c3486384921cea86c48cecb5c1fded556a48b..1194f5e060ea679e56af87260162d2050d0716c3 100644 (file)
@@ -1567,8 +1567,6 @@ int fb_new_modelist(struct fb_info *info)
 static char *video_options[FB_MAX] __read_mostly;
 static int ofonly __read_mostly;
 
-extern const char *global_mode_option;
-
 /**
  * fb_get_options - get kernel boot parameters
  * @name:   framebuffer name as it would appear in
@@ -1636,7 +1634,7 @@ static int __init video_setup(char *options)
        }
 
        if (!global && !strstr(options, "fb:")) {
-               global_mode_option = options;
+               fb_mode_option = options;
                global = 1;
        }