diff options
author | Brian Norris <computersforpeace@gmail.com> | 2013-08-10 10:09:49 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2013-10-28 00:26:59 +0100 |
commit | 552fb55d6e0a83a751385cebc214c090626765fc (patch) | |
tree | fba4924b972f7b14d82219102ea66028055220ff /drivers/mtd | |
parent | mtd: nandsim: don't call nand_default_bbt() directly (diff) | |
download | linux-552fb55d6e0a83a751385cebc214c090626765fc.tar.xz linux-552fb55d6e0a83a751385cebc214c090626765fc.zip |
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>
Diffstat (limited to 'drivers/mtd')
-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) } EXPORT_SYMBOL(nand_scan_bbt); -EXPORT_SYMBOL(nand_default_bbt); |