From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752061Ab1LAIR2 (ORCPT ); Thu, 1 Dec 2011 03:17:28 -0500 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:46844 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028Ab1LAIR1 (ORCPT ); Thu, 1 Dec 2011 03:17:27 -0500 Subject: Re: [PATCH] mtd: convert drivers/mtd/* to use module_platform_driver() From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Axel Lin Cc: linux-kernel@vger.kernel.org, David Woodhouse , Jiandong Zheng , Scott Branden , Wan ZongShun , Dmitry Eremin-Solenikov , Jamie Iles , Olof Johansson , Kyungmin Park , Haojian Zhuang , Artem Bityutskiy , Ralf Baechle , Brian Norris , Lars-Peter Clausen , Manuel Lauss , Vimal Singh , Andres Salomon , Sukumar Ghorai , linux-mtd@lists.infradead.org Date: Thu, 01 Dec 2011 10:17:22 +0200 In-Reply-To: <1322397903.2799.5.camel@phoenix> References: <1322397903.2799.5.camel@phoenix> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.3 (3.0.3-1.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1322727444.2332.12.camel@koala> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2011-11-27 at 20:45 +0800, Axel Lin wrote: > This patch converts the drivers in drivers/mtd/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. Pushed to l2-mtd-2.6.git, thanks. However, I got rejects in the drivers/mtd/nand/au1550nd.c file, so this part was ignored. Please, take a look at this and send an incremental change. Thanks! Artem.