From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.gate01.com (pip10.gyao.ne.jp [61.122.117.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 33D70DDDF3 for ; Sun, 16 Dec 2007 23:46:24 +1100 (EST) Date: Sun, 16 Dec 2007 21:46:04 +0900 From: Paul Mundt To: Anton Vorontsov Subject: Re: [PATCH 1/3] [libata] pata_platform: make probe and remove functions device type neutral Message-ID: <20071216124604.GA12769@linux-sh.org> References: <20071214182109.GA858@localhost.localdomain> <20071214182429.GA1017@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071214182429.GA1017@localhost.localdomain> Cc: Jeff Garzik , Arnd Bergmann , linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org, Olof Johansson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Dec 14, 2007 at 09:24:29PM +0300, Anton Vorontsov wrote: > Split pata_platform_{probe,remove} into two pieces: > 1. pata_platform_{probe,remove} -- platform_device-dependant bits; > 2. __ptata_platform_{probe,remove} -- device type neutral bits. > > This is done to not duplicate code for the OF-platform driver. > > Signed-off-by: Anton Vorontsov > Acked-by: Olof Johansson Looks fine to me now, thanks for cleaning it up Anton. Acked-by: Paul Mundt