blackfin: nand: make use of mtd_to_nand() where appropriate
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Tue, 1 Dec 2015 11:02:59 +0000 (12:02 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Tue, 8 Dec 2015 21:02:57 +0000 (13:02 -0800)
commit4d17a89252ffb58c58f8b39d974ffd8231c33e85
tree3df3229430b1909fdadcb9792b4e0e75fe89ee95
parent9eba47ddd8fee8a21f45e6e1d707103f040d90c7
blackfin: nand: make use of mtd_to_nand() where appropriate

mtd_to_nand() was recently introduced to avoid direct accesses to the
mtd->priv field. Update all blackfin specific implementations to use
this helper.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
arch/blackfin/mach-bf537/boards/stamp.c
arch/blackfin/mach-bf561/boards/acvilon.c
This page took 0.024549 seconds and 5 git commands to generate.