diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-17 22:53:07 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-05-05 23:55:13 +0200 |
commit | e4225ae8234cf5548c38dc887b233ad1d45b4d53 (patch) | |
tree | 8fc82521ccac7b0d7bee7d766a34dc77069e8f6b /include/linux/mtd/nand.h | |
parent | ae211bcfa1d013bea16912e7caebb1367740d4b4 (diff) | |
download | linux-e4225ae8234cf5548c38dc887b233ad1d45b4d53.tar.gz linux-e4225ae8234cf5548c38dc887b233ad1d45b4d53.tar.bz2 linux-e4225ae8234cf5548c38dc887b233ad1d45b4d53.zip |
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
This value should not be part of nand_ecc_modes_t as it specifies
algorithm not a mode. We successfully managed to introduce new "algo"
field which is respected now.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | include/linux/mtd/nand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index e851839daf09..fbe8e164a4ee 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -116,7 +116,6 @@ typedef enum { NAND_ECC_HW, NAND_ECC_HW_SYNDROME, NAND_ECC_HW_OOB_FIRST, - NAND_ECC_SOFT_BCH, } nand_ecc_modes_t; enum nand_ecc_algo { |