diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/platform_data/mtd-nand-pxa3xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/platform_data/mtd-nand-pxa3xx.h b/include/linux/platform_data/mtd-nand-pxa3xx.h index a94147124929..ac4ea2e641c7 100644 --- a/include/linux/platform_data/mtd-nand-pxa3xx.h +++ b/include/linux/platform_data/mtd-nand-pxa3xx.h | |||
@@ -58,6 +58,9 @@ struct pxa3xx_nand_platform_data { | |||
58 | /* use an flash-based bad block table */ | 58 | /* use an flash-based bad block table */ |
59 | bool flash_bbt; | 59 | bool flash_bbt; |
60 | 60 | ||
61 | /* requested ECC strength and ECC step size */ | ||
62 | int ecc_strength, ecc_step_size; | ||
63 | |||
61 | const struct mtd_partition *parts[NUM_CHIP_SELECT]; | 64 | const struct mtd_partition *parts[NUM_CHIP_SELECT]; |
62 | unsigned int nr_parts[NUM_CHIP_SELECT]; | 65 | unsigned int nr_parts[NUM_CHIP_SELECT]; |
63 | 66 | ||