]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: gpmi: delete the gpmi_pre_bbt_scan
authorHuang Shijie <b32955@freescale.com>
Thu, 14 Nov 2013 06:25:45 +0000 (14:25 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 22 Nov 2013 22:13:05 +0000 (14:13 -0800)
commitef3d8f8ec24f8fd23c91d14ea7ca190026cc315d
tree876c247758f1ba8329068f7ae59e63e1dd271fae
parent60dacf0960252ad05ba2959145121467078d1d94
mtd: gpmi: delete the gpmi_pre_bbt_scan

We do not scan the BBT after we call the gpmi_pre_bbt_scan,
so it has lost the meaning of existence.

This patch merges this function into gpmi_init_last, and delete it.
This patch does not change any logic.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/gpmi-nand/gpmi-nand.c