|
@@ -27,7 +27,7 @@
|
|
|
#define DPRINTK(fmt, args...)
|
|
|
#endif
|
|
|
|
|
|
-const char *global_mode_option;
|
|
|
+const char *fb_mode_option;
|
|
|
|
|
|
/*
|
|
|
* Standard video mode definitions (taken from XFree86)
|
|
@@ -510,7 +510,7 @@ int fb_find_mode(struct fb_var_screeninfo *var,
|
|
|
default_bpp = 8;
|
|
|
|
|
|
/* Did the user specify a video mode? */
|
|
|
- if (mode_option || (mode_option = global_mode_option)) {
|
|
|
+ if (mode_option || (mode_option = fb_mode_option)) {
|
|
|
const char *name = mode_option;
|
|
|
unsigned int namelen = strlen(name);
|
|
|
int res_specified = 0, bpp_specified = 0, refresh_specified = 0;
|