commit | aab616e31d1c7ec3726f7f5cbdaaec98759ebe93 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Feb 04 10:16:18 2016 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:51:51 2016 +0200 |
tree | 4e05a14a567d7db3660efcb4e08f550f24f52a2b | |
parent | 7f2b092c9eeda055ae60af194a8edacaea5f7a10 [diff] |
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>