diff options
Diffstat (limited to 'include/linux/platform_data/atmel.h')
-rw-r--r-- | include/linux/platform_data/atmel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index 7b8a445f2b41..d056263545b1 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h | |||
@@ -19,6 +19,7 @@ struct atmel_nand_data { | |||
19 | u8 cle; /* address line number connected to CLE */ | 19 | u8 cle; /* address line number connected to CLE */ |
20 | u8 bus_width_16; /* buswidth is 16 bit */ | 20 | u8 bus_width_16; /* buswidth is 16 bit */ |
21 | u8 ecc_mode; /* ecc mode */ | 21 | u8 ecc_mode; /* ecc mode */ |
22 | u8 on_flash_bbt; /* bbt on flash */ | ||
22 | struct mtd_partition *parts; | 23 | struct mtd_partition *parts; |
23 | unsigned int num_parts; | 24 | unsigned int num_parts; |
24 | }; | 25 | }; |