Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Petazzoni and committed by
Brian Norris
54ca3cd5 46c135c2

-2
-2
drivers/mtd/nand/nand_bbt.c
··· 1373 1373 1374 1374 return ret; 1375 1375 } 1376 - 1377 - EXPORT_SYMBOL(nand_scan_bbt);