Re: drivers/video/logo/logo_linux_mono.c build error

2009-05-26 Thread Geert Uytterhoeven
Hi Andrew, On Thu, 14 May 2009, Geert Uytterhoeven wrote: On Wed, 13 May 2009, Andrew Morton wrote: On Tue, 28 Apr 2009 09:24:53 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: On Tue, 28 Apr 2009, Stephen Rothwell wrote: On Mon, 27 Apr 2009 14:50:31

Re: drivers/video/logo/logo_linux_mono.c build error

2009-05-26 Thread Andrew Morton
On Tue, 26 May 2009 13:52:34 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: But logo_linux_mono_data is referenced by const struct linux_logo logo_linux_mono __initconst = { .type = LINUX_LOGO_MONO, .width = 80,

Re: drivers/video/logo/logo_linux_mono.c build error

2009-05-14 Thread Geert Uytterhoeven
On Wed, 13 May 2009, Andrew Morton wrote: On Tue, 28 Apr 2009 09:24:53 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: On Tue, 28 Apr 2009, Stephen Rothwell wrote: On Mon, 27 Apr 2009 14:50:31 -0700 Andrew Morton a...@linux-foundation.org wrote: powerpc

Re: drivers/video/logo/logo_linux_mono.c build error

2009-05-13 Thread Andrew Morton
On Tue, 28 Apr 2009 09:24:53 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: On Tue, 28 Apr 2009, Stephen Rothwell wrote: On Mon, 27 Apr 2009 14:50:31 -0700 Andrew Morton a...@linux-foundation.org wrote: powerpc allmodconfig, current mainline:

Re: drivers/video/logo/logo_linux_mono.c build error

2009-04-28 Thread Tony Breeds
On Mon, Apr 27, 2009 at 02:50:31PM -0700, Andrew Morton wrote: powerpc allmodconfig, current mainline: drivers/video/logo/logo_linux_mono.c:11: error: logo_linux_mono_data causes a section type conflict switching it from __initconst to __initdata fixes it. I'm (illegally) using

Re: drivers/video/logo/logo_linux_mono.c build error

2009-04-27 Thread Stephen Rothwell
Hi Andrew, On Mon, 27 Apr 2009 14:50:31 -0700 Andrew Morton a...@linux-foundation.org wrote: powerpc allmodconfig, current mainline: drivers/video/logo/logo_linux_mono.c:11: error: logo_linux_mono_data causes a section type conflict switching it from __initconst to __initdata fixes it.