Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54ca3cd5 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Brian Norris
Browse files

mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()



Since commit 17799359 ("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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 46c135c2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1373,5 +1373,3 @@ int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs)

	return ret;
}

EXPORT_SYMBOL(nand_scan_bbt);