diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | include/linux/mtd/nand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 0b3d464cba13..904131bab501 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -427,7 +427,6 @@ struct nand_buffers { | |||
427 | * @ecc: [BOARDSPECIFIC] ECC control structure | 427 | * @ecc: [BOARDSPECIFIC] ECC control structure |
428 | * @buffers: buffer structure for read/write | 428 | * @buffers: buffer structure for read/write |
429 | * @hwcontrol: platform-specific hardware control structure | 429 | * @hwcontrol: platform-specific hardware control structure |
430 | * @ops: oob operation operands | ||
431 | * @erase_cmd: [INTERN] erase command write function, selectable due | 430 | * @erase_cmd: [INTERN] erase command write function, selectable due |
432 | * to AND support. | 431 | * to AND support. |
433 | * @scan_bbt: [REPLACEABLE] function to scan bad block table | 432 | * @scan_bbt: [REPLACEABLE] function to scan bad block table |
@@ -535,8 +534,6 @@ struct nand_chip { | |||
535 | struct nand_buffers *buffers; | 534 | struct nand_buffers *buffers; |
536 | struct nand_hw_control hwcontrol; | 535 | struct nand_hw_control hwcontrol; |
537 | 536 | ||
538 | struct mtd_oob_ops ops; | ||
539 | |||
540 | uint8_t *bbt; | 537 | uint8_t *bbt; |
541 | struct nand_bbt_descr *bbt_td; | 538 | struct nand_bbt_descr *bbt_td; |
542 | struct nand_bbt_descr *bbt_md; | 539 | struct nand_bbt_descr *bbt_md; |