projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd18ae
)
mtd: nand: stop exporting nand_default_bbt
author
Brian Norris
<computersforpeace@gmail.com>
Sat, 10 Aug 2013 08:09:49 +0000
(
01:09
-0700)
committer
Brian Norris
<computersforpeace@gmail.com>
Sun, 27 Oct 2013 23:26:59 +0000
(16:26 -0700)
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>
drivers/mtd/nand/nand_bbt.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_bbt.c
b/drivers/mtd/nand/nand_bbt.c
index bc06196d57395c5c0a9ec8dba4ea5fcd8832e8b2..c75b6a7c6ea430e040675e038ea00f398756bd64 100644
(file)
--- 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);