From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fg-out-1718.google.com ([72.14.220.156]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1Kqc3u-00049M-ES for linux-mtd@lists.infradead.org; Thu, 16 Oct 2008 23:15:23 +0000 Received: by fg-out-1718.google.com with SMTP id l26so165587fgb.26 for ; Thu, 16 Oct 2008 16:15:22 -0700 (PDT) From: Dmitry Baryshkov To: linux-mtd@lists.infradead.org Subject: [PATCH 6/6] [MTD] sharpsl-nand: move registration to board code Date: Fri, 17 Oct 2008 03:15:09 +0400 Message-Id: <1224198909-17568-6-git-send-email-dbaryshkov@gmail.com> In-Reply-To: <1224198909-17568-5-git-send-email-dbaryshkov@gmail.com> References: <20081016231127.GA17131@doriath.ww600.siemens.net> <1224198909-17568-1-git-send-email-dbaryshkov@gmail.com> <1224198909-17568-2-git-send-email-dbaryshkov@gmail.com> <1224198909-17568-3-git-send-email-dbaryshkov@gmail.com> <1224198909-17568-4-git-send-email-dbaryshkov@gmail.com> <1224198909-17568-5-git-send-email-dbaryshkov@gmail.com> Cc: Dmitry Baryshkov , Eric Miao List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Finally move registration of sharpsl-nand device to board-specific code. sharpsl nand driver is now clean and simple. Signed-off-by: Dmitry Baryshkov --- arch/arm/mach-pxa/corgi.c | 54 +++++++++++++++++++++++++++ arch/arm/mach-pxa/poodle.c | 51 ++++++++++++++++++++++++++ arch/arm/mach-pxa/spitz.c | 76 ++++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/sharpsl.c | 87 +------------------------------------------- 4 files changed, 182 insertions(+), 86 deletions(-) diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index e703a8d..a46b785 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c @@ -21,6 +21,7 @@ #include #include #include +#include #include