mtd: nandsim: don't call nand_default_bbt() directly
authorBrian Norris <computersforpeace@gmail.com>
Sat, 24 Aug 2013 07:21:30 +0000 (00:21 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Sun, 27 Oct 2013 23:26:59 +0000 (16:26 -0700)
commit4fd18ae46d207987737d94f8d67483f8d8813b15
tree6908862d31db6d8c1c0bc9a3d9eec81734419dbf
parent252026ab9382b5204b7ccd152863a49ae7408656
mtd: nandsim: don't call nand_default_bbt() directly

We want the default nand_chip.scan_bbt() function, so just use the
proper indirection.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nandsim.c