[PATCH 04/23] mtd: nand: s3c2410: kill the ->ecc_layout field
From: Krzysztof Kozlowski <hidden>
Date: 2015-12-08 00:38:58
Also in:
linux-mips, linux-samsung-soc, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2015-12-08 00:38:58
Also in:
linux-mips, linux-samsung-soc, lkml
On 08.12.2015 07:25, Boris Brezillon wrote:
The s3c2410 is allowing board data to overload the default ECC layout defined inside the driver, but this feature is not used by board specific definitions. Kill this field so that we can easily move to a model where ecclayout are dynamically allocated by the NAND controller driver. Signed-off-by: Boris Brezillon <redacted> --- arch/arm/plat-samsung/devs.c | 9 --------- drivers/mtd/nand/s3c2410.c | 3 --- include/linux/platform_data/mtd-nand-s3c2410.h | 1 - 3 files changed, 13 deletions(-)
Acked-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof