[PATCH] fbdev: work around old compiler bug

2009-06-22 Thread Stephen Rothwell
When building with a 4.1.x compiler on powerpc64 (at least) we get this error: drivers/video/logo/logo_linux_mono.c:81: error: logo_linux_mono causes a section type conflict This was introduced by commit ae52bb2384f721562f15f719de1acb8e934733cb (fbdev: move logo externs to header file). This

Re: [PATCH] fbdev: work around old compiler bug

2009-06-22 Thread Stephen Rothwell
On Mon, 22 Jun 2009 18:04:20 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: When building with a 4.1.x compiler on powerpc64 (at least) we get this error: Ignore this, it causes more problems: drivers/video/logo/logo_linux_clut224.c:548: error: logo_linux_clut224_clut causes a section

Re: [PATCH] fbdev: work around old compiler bug

2009-06-22 Thread Sam Ravnborg
On Mon, Jun 22, 2009 at 06:34:15PM +1000, Stephen Rothwell wrote: On Mon, 22 Jun 2009 18:04:20 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: When building with a 4.1.x compiler on powerpc64 (at least) we get this error: Ignore this, it causes more problems: