]> git.baikalelectronics.ru Git - uboot.git/commit
board: MCR3000: replace mtd->priv by mtd_to_nand()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 16 Mar 2018 16:20:49 +0000 (17:20 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Apr 2018 20:30:37 +0000 (16:30 -0400)
commitc9cfdd1d8f4704831f04f61fe2e830913f838680
tree84771d2d8b93490f753c3fc134d6356846046730
parent2bd3f484d4e876bbeb0d22a87a960a1959ec68c9
board: MCR3000: replace mtd->priv by mtd_to_nand()

Since commit 17cb4b8f327eb ("mtd: nand: Add+use mtd_to/from_nand and
nand_get/set_controller_data"), mtd_to_nand() has to be used instead
of mtd->priv

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
board/cssi/MCR3000/nand.c