mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Jan 2016 14:44:49 +0000 (15:44 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 23 Jan 2016 22:00:14 +0000 (14:00 -0800)
commit54ca3cd594db58d65b3670f2af452c1104b09ac6
tree7268e24dfb59eff29ddaa12dee06b99b48401a22
parent46c135c208a3a80bd7f12dee0032bbc6d507a0d9
mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()

Since commit 17799359e7b3fa6ef4f2bf926cd6821cf7903ecf ("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>
drivers/mtd/nand/nand_bbt.c