commit | 29574ede097438c560e8115caff9b6b8668730be | [log] [tgz] |
---|---|---|
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | Thu Dec 10 09:00:38 2015 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Dec 18 13:22:53 2015 -0800 |
tree | 922bb95007d79d281134a0d8d95a085d465f4b99 | |
parent | 7194a29a9bf1e5abcda8b181bba771fbe0e95b6c [diff] |
mtd: nand: kill the chip->flash_node field Now that the nand_chip struct directly embeds an mtd_info struct we can get rid of the ->flash_node field and forward set/get_flash_node requests to the MTD layer. As a side effect, we no longer need the mtd_set_of_node() call done in nand_dt_init(). Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>