aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/core/fb_cmdline.c4
-rw-r--r--include/linux/fb.h1
2 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/fbdev/core/fb_cmdline.c b/drivers/video/fbdev/core/fb_cmdline.c
index cc8a88e8f308a5..512da89ff8b50b 100644
--- a/drivers/video/fbdev/core/fb_cmdline.c
+++ b/drivers/video/fbdev/core/fb_cmdline.c
@@ -18,11 +18,9 @@
#include <linux/fb.h>
static char *video_options[FB_MAX] __read_mostly;
+static const char *fb_mode_option __read_mostly;
static int ofonly __read_mostly;
-const char *fb_mode_option;
-EXPORT_SYMBOL_GPL(fb_mode_option);
-
/**
* fb_get_options - get kernel boot parameters
* @name: framebuffer name as it would appear in
diff --git a/include/linux/fb.h b/include/linux/fb.h
index daf33638561335..054e8950b274bb 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -764,7 +764,6 @@ struct dmt_videomode {
const struct fb_videomode *mode;
};
-extern const char *fb_mode_option;
extern const struct fb_videomode vesa_modes[];
extern const struct dmt_videomode dmt_modes[];