summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-02-28 11:13:11 +0100
committerBrian Norris <computersforpeace@gmail.com>2015-05-07 05:02:35 +0200
commit17799359e7b3fa6ef4f2bf926cd6821cf7903ecf (patch)
tree3038eeaafce99e423022258871433fb559b0f424 /include
parentmtd: diskonchip: don't call nand_scan_bbt() directly (diff)
downloadlinux-17799359e7b3fa6ef4f2bf926cd6821cf7903ecf.tar.xz
linux-17799359e7b3fa6ef4f2bf926cd6821cf7903ecf.zip
mtd: nand_bbt: make nand_scan_bbt() static
This implementation detail is no longer needed outside of nand_bbt.c. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/nand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 3d4ea7eb2b68..6c51876941f3 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -833,7 +833,6 @@ struct nand_manufacturers {
extern struct nand_flash_dev nand_flash_ids[];
extern struct nand_manufacturers nand_manuf_ids[];
-extern int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd);
extern int nand_default_bbt(struct mtd_info *mtd);
extern int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs);
extern int nand_isreserved_bbt(struct mtd_info *mtd, loff_t offs);