]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: onenand: unexport onenand_default_bbt()
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Jan 2016 14:44:51 +0000 (15:44 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Sat, 23 Jan 2016 22:00:17 +0000 (14:00 -0800)
commitb6b98775967b3e27e749fe7a615257b835e727a1
treeebc5b0eb9deb468c0503d1ec907c7fea956f39c4
parentf1d9fd2341f28aa8870282c840384152b2c28ef4
mtd: onenand: unexport onenand_default_bbt()

The onenand_default_bbt() function is only used by the OneNAND core
and not by drivers, so there is no real need to export
it. Additionally, the corresponding nand_default_bbt() for regular
NANDs is not exported either, so for consistency reasons, this commit
removes the EXPORT_SYMBOL on onenand_default_bbt().

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/onenand/onenand_bbt.c