aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/mtd-nand-s3c2410.h
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-12-07 23:25:59 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-01-26 10:27:35 -0800
commitf88f44cbf10cf5bd42d6e46ea6625d9bfa5f155d (patch)
tree0853dfd930e735142ab2a20583f3a838360f73be /include/linux/platform_data/mtd-nand-s3c2410.h
parentmtd: nftl: kill unused oobinfo field (diff)
downloadwireguard-linux-f88f44cbf10cf5bd42d6e46ea6625d9bfa5f155d.tar.xz
wireguard-linux-f88f44cbf10cf5bd42d6e46ea6625d9bfa5f155d.zip
mtd: nand: s3c2410: kill the ->ecc_layout field
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 <boris.brezillon@free-electrons.com> Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/platform_data/mtd-nand-s3c2410.h')
-rw-r--r--include/linux/platform_data/mtd-nand-s3c2410.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/mtd-nand-s3c2410.h b/include/linux/platform_data/mtd-nand-s3c2410.h
index 36bb92172f47..c55e42ee57fa 100644
--- a/include/linux/platform_data/mtd-nand-s3c2410.h
+++ b/include/linux/platform_data/mtd-nand-s3c2410.h
@@ -40,7 +40,6 @@ struct s3c2410_nand_set {
char *name;
int *nr_map;
struct mtd_partition *partitions;
- struct nand_ecclayout *ecc_layout;
};
struct s3c2410_platform_nand {