mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()

Since commit 17799359e7 ("mtd: nand_bbt:
make nand_scan_bbt() static"), the nand_scan_bbt() function is marked
as static but is still exported using EXPORT_SYMBOL(), which doesn't
make much sense.

This commit gets rid of the useless EXPORT_SYMBOL.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
Thomas Petazzoni 2016-01-14 15:44:49 +01:00 коммит произвёл Brian Norris
Родитель 46c135c208
Коммит 54ca3cd594
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1373,5 +1373,3 @@ int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs)
return ret;
}
EXPORT_SYMBOL(nand_scan_bbt);