mtd: rawnand: remove STANDALONE compile mode of nand_ecc
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 9 Mar 2018 13:03:52 +0000 (22:03 +0900)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 15 Mar 2018 15:42:33 +0000 (16:42 +0100)
commit828814e6a4cf2337be7cfde0b35b60a13cbc1ee7
treeb9e978047f7cee2863ce9c61d760b1a4a42e648b
parent63fa37f0c512481bd942e84b596ad58e1d4c84e2
mtd: rawnand: remove STANDALONE compile mode of nand_ecc

This file can not be built independently any more.  We would have to
bring in more to resolve mtd_to_nand(mtd)->ecc.size, for example.

It is difficult to notice a breakage since nobody compiles this mode.
It is not worth fixing or maintaining in my opinion.  Remove.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/raw/nand_ecc.c