fb: move and rename extern declaration for global_mode_option

Move the extern declaration for global_mode_option to <linux/fb.h> and rename
the variable to fb_mode_option.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Geert Uytterhoeven
2007-10-16 01:29:51 -07:00
committed by Linus Torvalds
parent 61e0b28e54
commit 9a054fbac8
3 changed files with 4 additions and 5 deletions

View File

@@ -1056,6 +1056,7 @@ struct fb_videomode {
u32 flag;
};
extern const char *fb_mode_option;
extern const struct fb_videomode vesa_modes[];
struct fb_modelist {