From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755228Ab1K0HG6 (ORCPT ); Sun, 27 Nov 2011 02:06:58 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:46127 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753385Ab1K0HGz (ORCPT ); Sun, 27 Nov 2011 02:06:55 -0500 From: Marek Vasut To: Axel Lin Subject: Re: [PATCH] SATA/PATA: convert drivers/ata/* to use module_platform_driver() Date: Sun, 27 Nov 2011 08:06:51 +0100 User-Agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, Arnaud Patard , Alessandro Zummo , Sylvain Munaut , Anton Vorontsov , Florian Fainelli , Mark Miesfeld , Ashish Kalra , Paul Mundt , Viresh Kumar , Jeff Garzik , linux-ide@vger.kernel.org References: <1322376266.2226.3.camel@phoenix> In-Reply-To: <1322376266.2226.3.camel@phoenix> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201111270806.52117.marek.vasut@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This patch converts the drivers in drivers/ata/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. > > Cc: Viresh Kumar > Cc: Jeff Garzik > Cc: Arnaud Patard > Cc: Alessandro Zummo > Cc: Sylvain Munaut > Cc: Anton Vorontsov > Cc: Marek Vasut > Cc: Florian Fainelli > Cc: Mark Miesfeld > Cc: Ashish Kalra > Cc: Paul Mundt > Signed-off-by: Axel Lin For pata_pxa and pata_palmld please add: Acked-by: Marek Vasut