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, 3 Jan 2014 19:22:18 +0000 (11:22 -0800)
commitd7364a2710c4b159c189522a504b91d6cddf4208
treeb3fbb6671c77cca68d44470f152b140171f22e8c
parentdf877fb3f51980e60f785bb85ab841a5df01dc26
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