]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac49468e9a5c14f8f14a276283e97811e775b8ab
tree443fc3e478b63fa75565e03854953e17a896d15d
parentc48da20f9684a41c07105951e1f8a9ad0d52a4e7
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]