diff options
author | Brian Norris <computersforpeace@gmail.com> | 2013-08-10 04:09:49 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:06:00 -0400 |
commit | e29e85ebaacd078a7c5e65f0d5ddbb634d7bd06a (patch) | |
tree | ffa9aa6ea36643ca52ea5e34e227faf34f3fd8dd | |
parent | 46d6cac909e9ce32f9343e440dfb50e73e9a6fa1 (diff) |
mtd: nand: stop exporting nand_default_bbt
I removed the last non-nand_base users of this, and we shouldn't have
any more modules that need to access it. It's only non-static to share
between nand_base and nand_bbt.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Huang Shijie <b32955@freescale.com>
-rw-r--r-- | drivers/mtd/nand/nand_bbt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c index bc06196d5739..c75b6a7c6ea4 100644 --- a/drivers/mtd/nand/nand_bbt.c +++ b/drivers/mtd/nand/nand_bbt.c | |||
@@ -1392,4 +1392,3 @@ int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs) | |||
1392 | } | 1392 | } |
1393 | 1393 | ||
1394 | EXPORT_SYMBOL(nand_scan_bbt); | 1394 | EXPORT_SYMBOL(nand_scan_bbt); |
1395 | EXPORT_SYMBOL(nand_default_bbt); | ||