From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id EDFB3B85E5 for ; Fri, 28 Aug 2009 15:46:14 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 42D00DDD04 for ; Fri, 28 Aug 2009 15:46:13 +1000 (EST) Message-Id: <5BA465E6-25AB-4402-85EF-40CDDD2E471B@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20090818220416.GC25090@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [PATCH 3/8] powerpc/cpm: Move CPMFCR_* defines into cpm.h Date: Fri, 28 Aug 2009 00:45:51 -0500 References: <20090818220304.GA23640@oksana.dev.rtsoft.ru> <20090818220416.GC25090@oksana.dev.rtsoft.ru> Cc: David Brownell , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, spi-devel-general@lists.sourceforge.net, Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 18, 2009, at 5:04 PM, Anton Vorontsov wrote: > The bits are generic to CPM devices, so let's move them to the > common header file, so drivers won't need to privately reintroduce > another bunch of the same bits (as we can't include cpm2.h header > together with cpm1.h). > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/include/asm/cpm.h | 16 ++++++++++++++++ > arch/powerpc/include/asm/cpm2.h | 8 -------- > 2 files changed, 16 insertions(+), 8 deletions(-) applied to next - k