From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 27628DDF94 for ; Wed, 27 May 2009 03:26:39 +1000 (EST) Date: Tue, 26 May 2009 10:26:28 -0700 From: Andrew Morton To: Geert Uytterhoeven Subject: Re: drivers/video/logo/logo_linux_mono.c build error Message-Id: <20090526102628.8804e281.akpm@linux-foundation.org> In-Reply-To: References: <20090427145031.99d4e0ac.akpm@linux-foundation.org> <20090428135202.9c9bbadb.sfr@canb.auug.org.au> <20090513154415.fd10762c.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: sfr@canb.auug.org.au, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 26 May 2009 13:52:34 +0200 (CEST) Geert Uytterhoeven wrote: > > But logo_linux_mono_data is referenced by > > > > const struct linux_logo logo_linux_mono __initconst = { > > .type = LINUX_LOGO_MONO, > > .width = 80, > > .height = 80, > > .data = logo_linux_mono_data > > }; > > > > only, which is also __initconst? Where does the section type conflict come > > from? > > Do you have any follow-up info on this one? Nope, sorry. I've been offline for over a week and I only build powerpc kernels occasionally. If it's still there, I'll hit it again and I'll take a closer look.