diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/plat-s3c/nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c/nand.h b/include/asm-arm/plat-s3c/nand.h index ab278d5f63dd..01d175b54bce 100644 --- a/include/asm-arm/plat-s3c/nand.h +++ b/include/asm-arm/plat-s3c/nand.h | |||
@@ -27,6 +27,7 @@ struct s3c2410_nand_set { | |||
27 | char *name; | 27 | char *name; |
28 | int *nr_map; | 28 | int *nr_map; |
29 | struct mtd_partition *partitions; | 29 | struct mtd_partition *partitions; |
30 | struct nand_ecclayout *ecc_layout; | ||
30 | }; | 31 | }; |
31 | 32 | ||
32 | struct s3c2410_platform_nand { | 33 | struct s3c2410_platform_nand { |