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
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
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