aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2007-10-16 04:29:51 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:22 -0400
commit9a054fbac8f8441f48896b855a9e11c13e0c3dc8 (patch)
tree8c2dca0b0baf4c576e28cc9324e509c59c0b59b1 /include/linux/fb.h
parent61e0b28e5435ac3010746bcf24fe8a16425d0343 (diff)
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>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 672927209255..58c57a33e5dd 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1056,6 +1056,7 @@ struct fb_videomode {
1056 u32 flag; 1056 u32 flag;
1057}; 1057};
1058 1058
1059extern const char *fb_mode_option;
1059extern const struct fb_videomode vesa_modes[]; 1060extern const struct fb_videomode vesa_modes[];
1060 1061
1061struct fb_modelist { 1062struct fb_modelist {