aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbmem.c')
-rw-r--r--drivers/video/fbmem.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
index db0c34863849..1194f5e060ea 100644
--- a/drivers/video/fbmem.c
+++ b/drivers/video/fbmem.c
@@ -1567,8 +1567,6 @@ int fb_new_modelist(struct fb_info *info)
1567static char *video_options[FB_MAX] __read_mostly; 1567static char *video_options[FB_MAX] __read_mostly;
1568static int ofonly __read_mostly; 1568static int ofonly __read_mostly;
1569 1569
1570extern const char *global_mode_option;
1571
1572/** 1570/**
1573 * fb_get_options - get kernel boot parameters 1571 * fb_get_options - get kernel boot parameters
1574 * @name: framebuffer name as it would appear in 1572 * @name: framebuffer name as it would appear in
@@ -1636,7 +1634,7 @@ static int __init video_setup(char *options)
1636 } 1634 }
1637 1635
1638 if (!global && !strstr(options, "fb:")) { 1636 if (!global && !strstr(options, "fb:")) {
1639 global_mode_option = options; 1637 fb_mode_option = options;
1640 global = 1; 1638 global = 1;
1641 } 1639 }
1642 1640