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 C1ED0DDE3F for ; Thu, 23 Aug 2007 02:01:26 +1000 (EST) Date: Wed, 22 Aug 2007 11:01:09 -0500 From: Scott Wood To: Kumar Gala Subject: Re: asm-ppc header issues when building ARCH=powerpc Message-ID: <20070822160109.GA22307@ld0162-tx32.am.freescale.net> References: <75EDD900-3B5E-4D08-9311-13B6510EDE6E@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <75EDD900-3B5E-4D08-9311-13B6510EDE6E@kernel.crashing.org> Cc: "linuxppc-dev@ozlabs.org list" , Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 22, 2007 at 10:19:21AM -0500, Kumar Gala wrote: > ./drivers/mtd/maps/tqm834x.c:#include > ./drivers/mtd/maps/pq2fads.c:#include These use the bd_t, and thus will only work on arch/ppc. On arch/powerpc, we can use the device tree to specify the mapping. -Scott