aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 9e0c93c44bef..8f67b1581683 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -755,6 +755,7 @@ struct nand_manufacturer_ops {
755 * setting the read-retry mode. Mostly needed for MLC NAND. 755 * setting the read-retry mode. Mostly needed for MLC NAND.
756 * @ecc: [BOARDSPECIFIC] ECC control structure 756 * @ecc: [BOARDSPECIFIC] ECC control structure
757 * @buffers: buffer structure for read/write 757 * @buffers: buffer structure for read/write
758 * @buf_align: minimum buffer alignment required by a platform
758 * @hwcontrol: platform-specific hardware control structure 759 * @hwcontrol: platform-specific hardware control structure
759 * @erase: [REPLACEABLE] erase function 760 * @erase: [REPLACEABLE] erase function
760 * @scan_bbt: [REPLACEABLE] function to scan bad block table 761 * @scan_bbt: [REPLACEABLE] function to scan bad block table
@@ -905,6 +906,7 @@ struct nand_chip {
905 906
906 struct nand_ecc_ctrl ecc; 907 struct nand_ecc_ctrl ecc;
907 struct nand_buffers *buffers; 908 struct nand_buffers *buffers;
909 unsigned long buf_align;
908 struct nand_hw_control hwcontrol; 910 struct nand_hw_control hwcontrol;
909 911
910 uint8_t *bbt; 912 uint8_t *bbt;