Prev: [PATCH 0/5] mtd: mxc_nand fixups
Next: Staging: winbond: Fix spacing around brackets and colons
From: John Ogness on 18 Jun 2010 13:10 This patch removes some unused variable declarations. The patch is against linux-next 20100618. Signed-off-by: John Ogness <john.ogness(a)linutronix.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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 0/5] mtd: mxc_nand fixups Next: Staging: winbond: Fix spacing around brackets and colons |