mtd: nand: move of_get_nand_xxx() helpers into nand_base.c
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 1 Apr 2016 12:54:32 +0000 (14:54 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 5 May 2016 21:52:00 +0000 (23:52 +0200)
commitd48f62b9a0a035d6c16de4a4dae315f7332a8939
tree443fc3e478b63fa75565e03854953e17a896d15d
parent14667d8d586f93cd1514dfcfe85aeda41dc47142
mtd: nand: move of_get_nand_xxx() helpers into nand_base.c

Now that all drivers go through nand_set_flash_node() to parse the generic
NAND properties, we can move all of_get_nand_xxx() helpers in to
nand_base.c, make them static and remove of_mtd.c and of_mtd.h.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/nand_base.c
drivers/of/Makefile
drivers/of/of_mtd.c [deleted file]
include/linux/of_mtd.h [deleted file]