Re: [patch 12/13] fb: Move and rename extern declaration for global_mode_option

2007-10-16 Thread Geert Uytterhoeven
On Mon, 15 Oct 2007, Andrew Morton wrote: > On Fri, 12 Oct 2007 16:51:04 +0200 > Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > > > -if (mode_option || (mode_option = global_mode_option)) { > > +if (mode_option || (mode_option = fb_mode_option)) { > > I guess that equals-which-looks-like

Re: [patch 12/13] fb: Move and rename extern declaration for global_mode_option

2007-10-15 Thread Andrew Morton
On Fri, 12 Oct 2007 16:51:04 +0200 Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > -if (mode_option || (mode_option = global_mode_option)) { > +if (mode_option || (mode_option = fb_mode_option)) { I guess that equals-which-looks-like-it-should-be-equals-equals really is intended to be an

[patch 12/13] fb: Move and rename extern declaration for global_mode_option

2007-10-12 Thread Geert Uytterhoeven
From: Geert Uytterhoeven <[EMAIL PROTECTED]> Move the extern declaration for global_mode_option to and rename the variable to fb_mode_option. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/video/fbmem.c |4 +--- drivers/video/modedb.c |4 ++-- include/linux/fb.h