mtd: kill the nand_ecclayout struct
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 4 Feb 2016 09:16:18 +0000 (10:16 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 5 May 2016 21:51:51 +0000 (23:51 +0200)
commitaab616e31d1c7ec3726f7f5cbdaaec98759ebe93
tree4e05a14a567d7db3660efcb4e08f550f24f52a2b
parent7f2b092c9eeda055ae60af194a8edacaea5f7a10
mtd: kill the nand_ecclayout struct

Now that all MTD drivers have moved to the mtd_ooblayout_ops model we can
safely remove the struct nand_ecclayout definition, and all the remaining
places where it was still used.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/mtdchar.c
drivers/mtd/mtdcore.c
include/linux/mtd/mtd.h
include/uapi/mtd/mtd-abi.h
This page took 0.026751 seconds and 5 git commands to generate.