From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 41EABDDE44 for ; Fri, 24 Aug 2007 03:33:27 +1000 (EST) Date: Thu, 23 Aug 2007 12:33:14 -0500 From: Scott Wood To: Kumar Gala , "linuxppc-dev@ozlabs.org list" , Paul Mackerras Subject: Re: asm-ppc header issues when building ARCH=powerpc Message-ID: <20070823173314.GA18412@ld0162-tx32.am.freescale.net> References: <75EDD900-3B5E-4D08-9311-13B6510EDE6E@kernel.crashing.org> <20070823024757.GC7042@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070823024757.GC7042@localhost.localdomain> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Aug 23, 2007 at 12:47:57PM +1000, David Gibson wrote: > > ./drivers/mtd/maps/tqm834x.c:#include > > ./drivers/mtd/maps/pq2fads.c:#include > > Although these both have an extern of type bd_t (defined in > ppcboot.h), afaict they don't actually use it, so these should be > removable. They look like they're using it to me... See the bd->bi_flashstart and bd->bi_flashsize references in init_pq2fads_mtd. -Scott