[<prev] [next>] [day] [month] [year] [list]
Message-ID: <80zkys9svo.fsf@merkur.tec.linutronix.de>
Date: Fri, 18 Jun 2010 19:02:03 +0200
From: John Ogness <john.ogness@...utronix.de>
To: Sascha Hauer <kernel@...gutronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 5/5] mtd: mxc_nand fixups
This patch removes some unused variable declarations.
The patch is against linux-next 20100618.
Signed-off-by: John Ogness <john.ogness@...utronix.de>
---
drivers/mtd/nand/mxc_nand.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-next-20100618/drivers/mtd/nand/mxc_nand.c
===================================================================
--- linux-next-20100618.orig/drivers/mtd/nand/mxc_nand.c
+++ linux-next-20100618/drivers/mtd/nand/mxc_nand.c
@@ -967,8 +967,6 @@ static int mxcnd_suspend(struct platform
static int mxcnd_resume(struct platform_device *pdev)
{
struct mtd_info *mtd = platform_get_drvdata(pdev);
- struct nand_chip *nand_chip = mtd->priv;
- struct mxc_nand_host *host = nand_chip->priv;
int ret = 0;
DEBUG(MTD_DEBUG_LEVEL0, "MXC_ND : NAND resume\n");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists