]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Move legacy code to nand_legacy.c
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 6 Sep 2018 22:38:49 +0000 (00:38 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 3 Oct 2018 09:12:25 +0000 (11:12 +0200)
commitb2c88459ad61c6d688e2668ce1b477f930f346fd
tree3eb0b6597f871f441ea07a0ff34abbb062887d68
parentc825fdc7406b0f7b82c90860aab90d32b92a5500
mtd: rawnand: Move legacy code to nand_legacy.c

Allows us to move a few hundred lines of deprecated code out of the
core file which is quite big.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/Makefile
drivers/mtd/nand/raw/internals.h
drivers/mtd/nand/raw/nand_base.c
drivers/mtd/nand/raw/nand_legacy.c [new file with mode: 0644]