diff options
Diffstat (limited to 'drivers/mtd/nand/mpc5121_nfc.c')
-rw-r--r-- | drivers/mtd/nand/mpc5121_nfc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c index c240cf1af961..c259c24d7986 100644 --- a/drivers/mtd/nand/mpc5121_nfc.c +++ b/drivers/mtd/nand/mpc5121_nfc.c | |||
@@ -734,7 +734,6 @@ static int __devinit mpc5121_nfc_probe(struct platform_device *op) | |||
734 | chip->write_buf = mpc5121_nfc_write_buf; | 734 | chip->write_buf = mpc5121_nfc_write_buf; |
735 | chip->verify_buf = mpc5121_nfc_verify_buf; | 735 | chip->verify_buf = mpc5121_nfc_verify_buf; |
736 | chip->select_chip = mpc5121_nfc_select_chip; | 736 | chip->select_chip = mpc5121_nfc_select_chip; |
737 | chip->options = NAND_NO_AUTOINCR; | ||
738 | chip->bbt_options = NAND_BBT_USE_FLASH; | 737 | chip->bbt_options = NAND_BBT_USE_FLASH; |
739 | chip->ecc.mode = NAND_ECC_SOFT; | 738 | chip->ecc.mode = NAND_ECC_SOFT; |
740 | 739 | ||