From patchwork Tue Aug 17 12:29:53 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03/06] pxa3xx_nand: fix compile warning Date: Tue, 17 Aug 2010 02:29:53 -0000 From: Haojian Zhuang X-Patchwork-Id: 61886 Message-Id: To: Eric Miao , David Woodhouse , linux-mtd@lists.infradead.org, linux-arm-kernel >From f66d45818712a9499458b49b5fc0dda935702f52 Mon Sep 17 00:00:00 2001 From: Lei Wen Date: Tue, 22 Jun 2010 20:19:35 +0800 Subject: [PATCH 03/06] pxa3xx_nand: fix compile warning The compile output as below: WARNING: modpost: Found 1 section mismatch(es). Signed-off-by: Lei Wen --- drivers/mtd/nand/pxa3xx_nand.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) >From f66d45818712a9499458b49b5fc0dda935702f52 Mon Sep 17 00:00:00 2001 From: Lei Wen Date: Tue, 22 Jun 2010 20:19:35 +0800 Subject: [PATCH 03/12] pxa3xx_nand: fix compile warning The compile output as below: WARNING: modpost: Found 1 section mismatch(es). Signed-off-by: Lei Wen --- drivers/mtd/nand/pxa3xx_nand.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 02a4466..e3061bc 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/pxa3xx_nand.c @@ -1066,7 +1066,7 @@ static void pxa3xx_nand_init_mtd(struct mtd_info *mtd, this->chip_delay = 25; } -static int pxa3xx_nand_probe(struct platform_device *pdev) +static int __devinit pxa3xx_nand_probe(struct platform_device *pdev) { struct pxa3xx_nand_platform_data *pdata; struct pxa3xx_nand_info *info; -- 1.7.0.4