[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1281004721-397-1-git-send-email-biessmann@corscience.de>
Date: Thu, 5 Aug 2010 12:38:41 +0200
From: Andreas Bießmann <biessmann@...science.de>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org,
Andreas Bießmann <biessmann@...science.de>,
David Woodhouse <dwmw2@...radead.org>,
Sandeep Paulraj <s-paulraj@...com>,
Andrew Morton <akpm@...ux-foundation.org>,
David Brownell <dbrownell@...rs.sourceforge.net>,
linux-mtd@...ts.infradead.org
Subject: [PATCH] atmel_nand: Fix warning: 'part_probes' defined but not used
This patch fixes
drivers/mtd/nand/atmel_nand.c:372: warning: 'part_probes' defined but not used
which is issued when CONFIG_MTD_PARTITIONS is defined but
CONFIG_MTD_CMDLINE_PARTS not.
Signed-off-by: Andreas Bießmann <biessmann@...science.de>
---
Resent this patch as a trivial one cause it does only fix a warning which is
seen in very rare cases. There is no functionality change here! I think this
is the definition of a trivial patch.
In addition no one has commented my last submission of this patch.
drivers/mtd/nand/atmel_nand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index 04d3088..ccce0f0 100644
--- a/drivers/mtd/nand/atmel_nand.c
+++ b/drivers/mtd/nand/atmel_nand.c
@@ -364,7 +364,7 @@ static void atmel_nand_hwctl(struct mtd_info *mtd, int mode)
}
}
-#ifdef CONFIG_MTD_PARTITIONS
+#ifdef CONFIG_MTD_CMDLINE_PARTS
static const char *part_probes[] = { "cmdlinepart", NULL };
#endif
--
1.7.1
--
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