mtd: omap2: get rid of omap_wait
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 4 Apr 2012 21:24:18 +0000 (00:24 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 27 Apr 2012 21:27:55 +0000 (00:27 +0300)
omap_wait() is mostly just a copy of generic nand_wait(),
gpmc_nand_read() that it's doing is equivalent to normal data read.
After this change OMAP driver benefits from better tested generic wait
implementation and gains LED support.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>

No differences found