aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-s3c/include/plat/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c/include/plat/nand.h b/arch/arm/plat-s3c/include/plat/nand.h
index f4dcd14af059..985546750c6d 100644
--- a/arch/arm/plat-s3c/include/plat/nand.h
+++ b/arch/arm/plat-s3c/include/plat/nand.h
@@ -22,7 +22,7 @@
22*/ 22*/
23 23
24struct s3c2410_nand_set { 24struct s3c2410_nand_set {
25 unsigned int disable_ecc : 1; 25 unsigned int disable_ecc:1;
26 26
27 int nr_chips; 27 int nr_chips;
28 int nr_partitions; 28 int nr_partitions;
@@ -39,7 +39,7 @@ struct s3c2410_platform_nand {
39 int twrph0; /* active time for nWE/nOE */ 39 int twrph0; /* active time for nWE/nOE */
40 int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */ 40 int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */
41 41
42 unsigned int ignore_unset_ecc : 1; 42 unsigned int ignore_unset_ecc:1;
43 43
44 int nr_sets; 44 int nr_sets;
45 struct s3c2410_nand_set *sets; 45 struct s3c2410_nand_set *sets;