mtd: nand: stop exporting nand_default_bbt

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed Nov 13 13:59:02 EST 2013


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=552fb55d6e0a83a751385cebc214c090626765fc
Commit:     552fb55d6e0a83a751385cebc214c090626765fc
Parent:     4fd18ae46d207987737d94f8d67483f8d8813b15
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Sat Aug 10 01:09:49 2013 -0700
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Sun Oct 27 16:26:59 2013 -0700

    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 at gmail.com>
---
 drivers/mtd/nand/nand_bbt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
index bc06196..c75b6a7 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)
 }
 
 EXPORT_SYMBOL(nand_scan_bbt);
-EXPORT_SYMBOL(nand_default_bbt);



More information about the linux-mtd-cvs mailing list