commit | 44b07b921dea5ec997fb929ceaa82582a7415816 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Jul 05 12:27:30 2018 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Jul 18 09:34:22 2018 +0200 |
tree | b801feca4eee967b51b99e6af06c1d0c2cc97699 | |
parent | 1c3ab61ebcf8cfb5308d2e68e03fd4b4df484e62 [diff] |
mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() Rename nand_default_bbt() into nand_create_bbt() and pass it a nand_chip object to prepare removal of the chip->scan_bbt() hook. We add a temporary nand_default_bbt() wrapper which will be dropped after the removal of ->scan_bbt(). Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>